void-packages/srcpkgs/dos2unix/template

20 lines
548 B
Text
Raw Normal View History

2014-07-05 09:16:41 +00:00
# Template file for 'dos2unix'
pkgname=dos2unix
2014-10-15 21:45:15 +00:00
version=7.1
revision=1
2014-07-05 09:16:41 +00:00
maintainer="Dominik Honnef <dominik@honnef.co>"
license="2-clause-BSD"
homepage="http://waterlan.home.xs4all.nl/dos2unix.html"
short_desc="Text file format converter"
2014-08-20 11:06:43 +00:00
distfiles="http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${version}.tar.gz"
2014-10-15 21:45:15 +00:00
checksum=46f93e792f7dfde06e9d8f347099eb4c4db2167b728fafcafb5ca6b5503740c5
2014-07-05 09:16:41 +00:00
do_build() {
make prefix=${DESTDIR}/usr
}
do_install() {
make prefix=${DESTDIR}/usr install
rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version}
}