diff options
Diffstat (limited to 'testing/libinput')
| -rw-r--r-- | testing/libinput/APKBUILD | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/libinput/APKBUILD b/testing/libinput/APKBUILD deleted file mode 100644 index 46379e84a6..0000000000 --- a/testing/libinput/APKBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> -# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com> -pkgname=libinput -pkgver=1.6.3 -pkgrel=0 -pkgdesc="Library for handling input devices" -url="http://www.freedesktop.org/wiki/Software/libinput/" -arch="all" -license="custom" -depends="" -makedepends="mtdev-dev eudev-dev libevdev-dev grep" -subpackages="$pkgname-dev $pkgname-doc" -options="!check" -source="http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz" - -builddir="$srcdir/$pkgname-$pkgver" -build() { - cd "$builddir" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --disable-libwacom \ - || return 1 - make -} - -package() { - make DESTDIR="$pkgdir" -C "$builddir" install -} - -sha512sums="be1ab191b5605943d6f46a5fee7af9ecba83ab30ba3d38b6ec136980f2183f6dcb5aaf048aa81a096c4f51b6de05bebc83b4ffa29a0574752062a994f377aa5f libinput-1.6.3.tar.xz" |
