From 127784aeb3384f55fb1795d2c2da3fea715a7fbd Mon Sep 17 00:00:00 2001 From: vinymeuh Date: Tue, 18 Dec 2018 20:40:42 +0000 Subject: [PATCH] testing/libgpiod: new aport https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/ C library and tools for interacting with the linux GPIO character device --- testing/libgpiod/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/libgpiod/APKBUILD diff --git a/testing/libgpiod/APKBUILD b/testing/libgpiod/APKBUILD new file mode 100644 index 00000000000..ddbece54be0 --- /dev/null +++ b/testing/libgpiod/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: vinymeuh +# Maintainer: vinymeuh +pkgname=libgpiod +pkgver=1.2 +pkgrel=0 +pkgdesc="C library and tools for interacting with the linux GPIO character device" +url="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/" +arch="all" +license="LGPL-2.1-or-later" +options="!check" # no test suite +makedepends="autoconf automake libtool linux-headers autoconf-archive" +subpackages="$pkgname-dev" +source="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/$pkgname-$pkgver.tar.gz" + +build() { + ./autogen.sh \ + --build=$CBUILD \ + --enable-tools=yes \ + --prefix=/usr \ + --disable-static + make +} + +package() { + make DESTDIR="$pkgdir" install +} +sha512sums="58a4f0d1c59c754f13de6b45b8cf3c6c69a2860d029ac74f1f8e17bb2da846905c6d4085d7d1b0fe6c09e171dd04e18dc2279cd5a548d183f8f1566f0ef5a67e libgpiod-1.2.tar.gz"