milis/talimatname/genel/d/dash/talimat

19 lines
356 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: Dash, POSIX uyumlu bir kabuk
# URL: http://gondor.apana.org.au/~herbert/dash/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=dash
surum=0.5.8
devir=1
kaynak=(http://gondor.apana.org.au/~herbert/$isim/files/$isim-$surum.tar.gz)
derle(){
cd $isim-$surum
./configure --bindir=/bin \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
}