2014-07-05 11:16:41 +02:00
|
|
|
# Template file for 'dos2unix'
|
|
|
|
pkgname=dos2unix
|
2015-05-23 09:01:08 +02:00
|
|
|
version=7.2.2
|
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-05-23 09:01:08 +02:00
|
|
|
checksum=9c23907296267fa4ea66e1ee03eb6f6229cf7b64968318d00a77076ae89c2612
|
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}
|
|
|
|
}
|