milis/talimatname/genel/b/bti/talimat

22 lines
544 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: bti (twitter/identi.ca konsol istemcisi)
# URL: http://gregkh.github.com/bti/
# Paketçi: milisarge
# Gerekler: cyrus-sasl json-c libidn liboauth libxml2 openldap pcre
# Grup: ağ
isim=bti
surum=034
devir=1
kaynak=(https://www.kernel.org/pub/software/web/bti/bti-$surum.tar.xz)
derle(){
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -Dm644 bti-bashcompletion \
$PKG/etc/bash_completion.d/bti
install -Dm644 README \
$PKG/usr/share/doc/$isim-$surum/README
}