milis/talimatname/genel/tslib/talimat

22 lines
426 B
Plaintext
Raw Normal View History

2016-07-18 12:48:56 +02:00
# 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
}