milis/talimatname/genel/u/unrar/talimat

23 lines
486 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: RAR arşivlerinden dosyaları ayıklamak için kullanılan RAR çıkarma yardımcı programı.
# URL: http://www.rarlab.com/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=unrar
surum=5.3.9
devir=1
kaynak=(http://www.rarlab.com/rar/unrarsrc-$surum.tar.gz)
derle() {
cd $isim
make -f makefile
install -Dm755 unrar $PKG/usr/bin/unrar
# doc & license
mkdir -p $PKG/usr/share/doc/$isim-$surum
install -m644 {license.txt,readme.txt} \
$PKG/usr/share/doc/$isim-$surum
}