milis/talimatname/genel/dos2unix/talimat

16 lines
327 B
Text
Raw Normal View History

2017-03-22 13:57:17 +02:00
# Description : Metin dosyası format dönüştürücü
2016-02-24 02:27:23 +02:00
# URL : http://waterlan.home.xs4all.nl/dos2unix.html
2017-01-31 03:37:09 +03:00
# Packager : milisarge
# Depends on : perl
2016-02-24 02:27:23 +02:00
name=dos2unix
version=7.3.2
release=1
source=(http://waterlan.home.xs4all.nl/$name/$name-$version.tar.gz)
build() {
cd $name-$version
make
make DESTDIR=$PKG install
}