contrib/dos2unix/Pkgfile

16 lines
405 B
Plaintext
Raw Normal View History

2008-11-15 01:38:25 +01:00
# Description: Dos2unix converts DOS or MAC text files to UNIX format
# URL: http://dos2unix.sourceforge.net
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
2008-11-15 01:38:25 +01:00
name=dos2unix
2020-10-21 10:34:20 +02:00
version=7.4.2
2008-11-15 01:38:25 +01:00
release=1
2010-05-12 08:42:40 +02:00
source=(http://www.xs4all.nl/~waterlan/$name/$name-$version.tar.gz)
2008-11-15 01:38:25 +01:00
build() {
cd $name-$version
make ENABLE_NLS= CFLAGS="$CFLAGS"
make ENABLE_NLS= DESTDIR=$PKG install-bin install-man
2008-11-15 01:38:25 +01:00
}
2010-05-12 08:42:40 +02:00