void-packages/srcpkgs/dos2unix/template

20 lines
550 B
Bash
Raw Normal View History

2014-07-05 11:16:41 +02:00
# Template file for 'dos2unix'
pkgname=dos2unix
2015-04-04 19:27:59 +02:00
version=7.2.1
2014-10-15 23:45:15 +02:00
revision=1
2014-07-05 11:16:41 +02: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 13:06:43 +02:00
distfiles="http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${version}.tar.gz"
2015-04-04 19:27:59 +02:00
checksum=53928aa9abbf49939fc0b84f408a4820d11e77e41d832612c37168f98c6945f3
2014-07-05 11:16:41 +02:00
do_build() {
make prefix=${DESTDIR}/usr
}
do_install() {
make prefix=${DESTDIR}/usr install
rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version}
}