Remove tslib from aports (#687)
This commit is contained in:
parent
775ba6ad36
commit
cefc04b47d
1 changed files with 0 additions and 30 deletions
|
@ -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="GPL2"
|
||||
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"
|
Loading…
Reference in a new issue