pmaports/maemo/libdsme/APKBUILD
Oliver Smith 874e979c04
maemo/*: disable armhf, armv7
Most of the time, gtk+2.0-maemo hangs infinitely while building.
Detailed reasoning here:
https://gitlab.com/postmarketOS/pmaports/issues/388
2019-11-21 21:27:15 +01:00

24 lines
847 B
Text

# Maintainer: Nikita Ukhrenkov <thekit@disroot.org>
pkgname=libdsme
pkgver=0.60.31
pkgrel=0
pkgdesc="Libraries for programs that communicate with the Device State Management Entity"
arch="all !armhf !armv7"
url="https://github.com/maemo-leste/libdsme"
license="LGPL-2.1-only"
depends_dev="glib-dev"
makedepends="$depends_dev bash"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/maemo-leste/libdsme/archive/$pkgver.tar.gz
include.patch"
build() {
make
}
package() {
make DESTDIR="$pkgdir/" install
}
sha512sums="68baad532f557519fe16257fdddb8787ae4bc82be19311bbcdca6290ef905236f571403c90c571a6dd302e55168a5fc8ab9f1928646653153d72cf99bd49789e libdsme-0.60.31.tar.gz
5a59eb4c4f0722702beb5a11c7deda25b56bf08380a135b7e1c22f74dd32dc2ae41a7512912e215ca25fd183de2186f3b65b58a4f8b8716a7dce341d304648d5 include.patch"