milis/talimatname/genel/dos2unix/talimat

16 lines
327 B
Plaintext
Raw Normal View History

2017-03-22 12:57:17 +01:00
# Description : Metin dosyası format dönüştürücü
2016-02-24 01:27:23 +01:00
# URL : http://waterlan.home.xs4all.nl/dos2unix.html
2017-01-31 01:37:09 +01:00
# Packager : milisarge
# Depends on : perl
2016-02-24 01:27:23 +01: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
}