18 lines
551 B
Bash
18 lines
551 B
Bash
# Template file for 'dos2unix'
|
|
pkgname=dos2unix
|
|
version=7.4.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="gettext"
|
|
short_desc="Text file format converter"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="http://waterlan.home.xs4all.nl/dos2unix.html"
|
|
distfiles="http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=6035c58df6ea2832e868b599dfa0d60ad41ca3ecc8aa27822c4b7a9789d3ae01
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version}
|
|
|
|
vlicense COPYING.txt COPYING
|
|
}
|