pmaports/maemo/mce-headers/APKBUILD
NotKit 739970777f Package more Maemo packages and switch upstream to maemo-leste (#1015)
* Package more maemo apps/libs (including Maemo X Terminal osso-xterm)
* Put libhildondesktop examples into separate package
* Change upstream url in Maemo packages to https://github.com/maemo-leste
Update hildon-desktop and iphbd to their newer repo versions. This includes the fix for the bug when switching between multiple windows in hildon-desktop.
* Use version tags instead of specific commits for Maemo packages
2017-12-19 01:19:17 +00:00

25 lines
732 B
Text

pkgname=mce-headers
pkgver=1.8.19
pkgrel=2
pkgdesc="Development files for mce"
arch="noarch"
url="https://github.com/maemo-leste/mce-dev"
license="LGPL-2.1"
makedepends="coreutils doxygen"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/maemo-leste/mce-dev/archive/$pkgver.tar.gz"
builddir="$srcdir/mce-dev-$pkgver"
build() {
cd "$builddir"
mkdir doc
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir/" install
install -d $pkgdir/usr/share/doc/mce-doc/html/
install -m 644 doc/html/* $pkgdir/usr/share/doc/mce-doc/html/
}
sha512sums="e7eafc081ce1702b8eb42951abea58e98b54bb313e7c742b0502e2d189ed5c71bb72b4ed344537e98c9a9aa6da90bf3cfd5933a302918dd5e18552f32933a9ae mce-headers-1.8.19.tar.gz"