void-packages/srcpkgs/dos2unix/template
2014-09-22 13:58:50 +00:00

20 lines
548 B
Plaintext

# Template file for 'dos2unix'
pkgname=dos2unix
version=7.0
revision=2
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=551afe005a86e58664b4f41327408e73afafe92400488dd0aab1dad6deb4e72b
do_build() {
make prefix=${DESTDIR}/usr
}
do_install() {
make prefix=${DESTDIR}/usr install
rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version}
}