updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / tofrodos / PKGBUILD
blobc95aa71efa74d7478618a2331c6892f36be7f40c
1 pkgname=tofrodos
2 pkgver=1.7.9
3 pkgrel=1
4 arch=('i686' 'x86_64')
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"
7 license="GPL"
8 conflicts=('hd2u')
9 source=(http://$pkgname.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
11 md5sums=('6840797ba8f2d204ab2e638ca8c3613e')
13 build() {
14   cd $startdir/src/$pkgname/src/
15   make || return 1
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 \
18       install
19   ln -s todos $startdir/pkg/usr/bin/unix2dos
20   ln -s fromdos $startdir/pkg/usr/bin/dos2unix