milis/talimatname/genel/t/tslib/talimat

22 lines
423 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:
isim=tslib
surum=1.1
devir=1
kaynak=( https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz)
derle(){
cd $isim-$surum
./autogen.sh
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/doc
}