pmaports/maemo/libdsme/APKBUILD
2019-01-09 07:14:06 +01:00

30 lines
804 B
Text

pkgname=libdsme
pkgver=0.60.30
pkgrel=2
pkgdesc="Libraries for programs that communicate with the Device State Management Entity"
arch="all"
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"