20 lines
541 B
Text
20 lines
541 B
Text
|
# Template file for 'dos2unix'
|
||
|
pkgname=dos2unix
|
||
|
version=6.0.5
|
||
|
revision=1
|
||
|
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/dos2unix/dos2unix-6.0.5.tar.gz"
|
||
|
checksum=fd3320aeaf6a163e70c462137959cf3e5af2bb22b0674f931f8744b0215d858f
|
||
|
|
||
|
do_build() {
|
||
|
make prefix=${DESTDIR}/usr
|
||
|
}
|
||
|
|
||
|
do_install() {
|
||
|
make prefix=${DESTDIR}/usr install
|
||
|
rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version}
|
||
|
}
|