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
2015-02-21 10:05:51 +00:00
version=7.2
2014-10-15 21:45:15 +00:00
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"
2015-02-21 10:05:51 +00:00
checksum=8a63576767b26af46401dfdeaf09c1e4de03735fe80c362244514e1eaf13d9b5
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}
}