milis/talimatname/genel/d/dos2unix/talimat

17 lines
324 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: Metin dosyası format dönüştürücü
# URL : http://waterlan.home.xs4all.nl/dos2unix.html
# Paketçi: milisarge
# Gerekler: perl
# Grup: sistem
isim=dos2unix
surum=7.3.2
devir=1
kaynak=(http://waterlan.home.xs4all.nl/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
make
make DESTDIR=$PKG install
}