milis/talimatname/genel/a/atool/talimat

18 lines
358 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: çeşitli dosya arşivleri yönetmek için bir betik.
# URL: http://www.nongnu.org/atool/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=atool
surum=0.39.0
devir=2
kaynak=(http://savannah.nongnu.org/download/$isim/$isim-$surum.tar.gz)
derle(){
cd $isim-$surum
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}