diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-03 12:12:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-03 12:14:21 +0000 |
commit | 278799f02dc254890fe9ed333a75167a875e3536 (patch) | |
tree | 1b381cbc32036fbf484742dceda0aedc8ffe833e /testing | |
parent | 678c1b4d7a44bf251c32241a2eb7ea6e2cf9d468 (diff) | |
download | aports-278799f02dc254890fe9ed333a75167a875e3536.tar.bz2 aports-278799f02dc254890fe9ed333a75167a875e3536.tar.xz |
main/tslib: needed by directfb and sdl2
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tslib/APKBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/tslib/APKBUILD b/testing/tslib/APKBUILD deleted file mode 100644 index 353fb5f4fb..0000000000 --- a/testing/tslib/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Clayton Craft <clayton@craftyguy.net> -# Maintainer: Clayton Craft <clayton@craftyguy.net> -pkgname=tslib -pkgver=1.13 -pkgrel=0 -pkgdesc="Touchscreen Access Library" -arch="all" -url="https://github.com/kergoth/tslib" -license="LGPL2+" -makedepends="autoconf automake libtool linux-headers" -source="https://github.com/kergoth/tslib/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz" -subpackages="$pkgname-dev $pkgname-doc" -builddir="${srcdir}/${pkgname}-${pkgver}" - -build() { - ./autogen.sh - ./configure --prefix=/usr --sysconfdir=/etc - make -} - -check() { - cd "${builddir}" - make check -} - -package() { - cd "${builddir}" - make DESTDIR="${pkgdir}" install -} -sha512sums="d96756576f2ffbc075bbe450a7a616cea9b0de97ef6ccb7868a237e7da6855af3eb47e13afd1ad4d82cf165628d5c3c45def7e07ae606a561bee5e7445cf5366 tslib-1.13.tar.xz" |