tslib.paketlendi

This commit is contained in:
giresun28 2016-07-18 10:48:56 +00:00
parent 5f5da92a3f
commit 329e952706
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Description: Touchscreen Access Library.
# URL: https://github.com/kergoth/tslib
# Packager: alihan-ozturk28@hotmail.com
# Depends on:
name=tslib
version=1.1
release=1
source=( https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz)
build(){
cd $name-$version
./autogen.sh
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/doc
}