pmaports/maemo/libdsme/APKBUILD
Oliver Smith d7e1a2fb6e
hildon: disable building x86 for all packages
If hildon-desktop doesn't build, then it doesn't make sense to build
the rest right now - and it's likely that this won't build either.
2018-09-14 09:12:38 +02:00

30 lines
821 B
Text

pkgname=libdsme
pkgver=0.60.30
pkgrel=2
pkgdesc="Libraries for programs that communicate with the Device State Management Entity"
arch="x86_64 armhf aarch64"
url="https://github.com/maemo-leste/libdsme"
license="GPL"
depends="dbus glib"
depends_dev="glib-dev"
makedepends="bash glib-dev"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/maemo-leste/libdsme/archive/$pkgver.tar.gz"
_builddir="$srcdir/libdsme-$pkgver"
prepare() {
cd "$_builddir"
sed -i -e "s|<sys/un.h>|<sys/uio.h>\n#include <sys/un.h>|g" ./protocol.c
}
build() {
cd "$_builddir"
make
}
package() {
cd "$_builddir"
make DESTDIR="$pkgdir/" install
}
sha512sums="4c8559b0267b03199deffcf7037bb76ba80d6143f01fb291052740e53e7fcf20bbdc700a65a40682a4fd346f33f14bd8628981ef260d27b63c83bd14b8b64624 libdsme-0.60.30.tar.gz"