# Template file for 'dos2unix' pkgname=dos2unix version=7.3.1 revision=1 maintainer="Dominik Honnef " license="2-clause-BSD" homepage="http://waterlan.home.xs4all.nl/dos2unix.html" short_desc="Text file format converter" distfiles="http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${version}.tar.gz" checksum=f4d5df24d181c2efecf7631aab6e894489012396092cf206829f1f9a98556b94 do_build() { make prefix=${DESTDIR}/usr } do_install() { make prefix=${DESTDIR}/usr install rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version} vlicense COPYING.txt }