5 pkgdesc="Tofrodos is a text file conversion utility that converts ASCII files between the MSDOS (or Windows) format and the UNIX format."
6 url="http://www.thefreecountry.com/tofrodos/index.shtml"
9 source=(http://$pkgname.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
11 md5sums=('6840797ba8f2d204ab2e638ca8c3613e')
14 cd $startdir/src/$pkgname/src/
16 mkdir -p $startdir/pkg/usr/bin $startdir/pkg/usr/man/man1
17 make BINDIR=$startdir/pkg/usr/bin MANDIR=$startdir/pkg/usr/man/man1 \
19 ln -s todos $startdir/pkg/usr/bin/unix2dos
20 ln -s fromdos $startdir/pkg/usr/bin/dos2unix