# Contributor: vinymeuh # Maintainer: Luca Weiss pkgname=libgpiod pkgver=1.4.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/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="1c60bea50bb0e940273d90a122713b2693dbd5305afe313fad804b46add56b20d268f9903acca166b35f625e67b1bd05d05c9c995075937c96b22fb92655062a libgpiod-1.4.2.tar.gz"