milis/talimatname/genel/t/tslib/talimat

23 lines
449 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Dokunmatik Ekran Erişim Kitaplığı.
# URL: https://github.com/kergoth/tslib
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler:
# Grup: kütüphane
isim=tslib
surum=1.1
devir=1
kaynak=( https://github.com/kergoth/tslib/releases/download/$surum/$isim-$surum.tar.xz)
derle(){
cd $isim-$surum
./autogen.sh
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/doc
}