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