void-packages/srcpkgs/dos2unix/template
2014-08-20 13:18:24 +02:00

20 lines
550 B
Plaintext

# Template file for 'dos2unix'
pkgname=dos2unix
version=6.0.6
revision=1
maintainer="Dominik Honnef <dominik@honnef.co>"
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=8abbd4e9a630ef649f5ff359df10786c50b302c1b6515cf99bd787adea23d276
do_build() {
make prefix=${DESTDIR}/usr
}
do_install() {
make prefix=${DESTDIR}/usr install
rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version}
}