aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libinput
diff options
context:
space:
mode:
authorDaniel Sabogal <dsabogalcc@gmail.com>2017-03-08 19:47:52 -0500
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-03-10 09:34:29 +0000
commit23182897c95a6f08a21268ad782e0bbee2b2a86d (patch)
tree157110f665589a1ae66d7ceed0a89af8b3913906 /testing/libinput
parent174ef2bffbd8017a1fb781ac2cf2b576ca564303 (diff)
downloadaports-23182897c95a6f08a21268ad782e0bbee2b2a86d.tar.bz2
aports-23182897c95a6f08a21268ad782e0bbee2b2a86d.tar.xz
community/libinput, wayland-protocols, wlc, sway: move from testing
Diffstat (limited to 'testing/libinput')
-rw-r--r--testing/libinput/APKBUILD35
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"