aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLuca Weiss <luca@z3ntu.xyz>2019-12-11 20:47:14 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-12 00:39:09 +0100
commitfd232d165bf906fbf7baa004d55ee14e6bb1928a (patch)
tree7314469cc977f24c7fa5816759d3a1a4caca6aae /testing
parent16f328d6e4a9bc97cd6810da641287cb1921a6d9 (diff)
downloadaports-fd232d165bf906fbf7baa004d55ee14e6bb1928a.tar.bz2
aports-fd232d165bf906fbf7baa004d55ee14e6bb1928a.tar.xz
community/libgpiod: move from testing
Take over maintainership as well
Diffstat (limited to 'testing')
-rw-r--r--testing/libgpiod/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/libgpiod/APKBUILD b/testing/libgpiod/APKBUILD
deleted file mode 100644
index afafecd0d2..0000000000
--- a/testing/libgpiod/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor: vinymeuh <vinymeuh@gmail.com>
-# Maintainer: vinymeuh <vinymeuh@gmail.com>
-pkgname=libgpiod
-pkgver=1.4.1
-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/libgpiod-$pkgver.tar.gz"
-
-prepare() {
- default_prepare
- autoreconf -vfi
-}
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --enable-tools=yes \
- --disable-static
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="4270f6794e3c3e3b902ab5a54fd0deeff180dbf8e43aa0689420f702610d4c92cc16ad1ce299a746658a5a13ed099b3b3d8f1fe3f851e503fa1f4425b345eb68 libgpiod-1.4.1.tar.gz"