milis/talimatname/genel/b/bti/talimat

22 lines
544 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: bti (twitter/identi.ca konsol istemcisi)
2016-02-24 01:27:23 +01:00
# URL: http://gregkh.github.com/bti/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: cyrus-sasl json-c libidn liboauth libxml2 openldap pcre
2017-12-22 23:19:06 +01:00
# Grup: ağ
2017-01-30 23:55:06 +01:00
2017-10-28 14:10:23 +02:00
isim=bti
surum=034
devir=1
kaynak=(https://www.kernel.org/pub/software/web/bti/bti-$surum.tar.xz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle(){
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -Dm644 bti-bashcompletion \
$PKG/etc/bash_completion.d/bti
install -Dm644 README \
2017-10-28 14:10:23 +02:00
$PKG/usr/share/doc/$isim-$surum/README
2016-02-24 01:27:23 +01:00
}