18 lines
525 B
Bash
18 lines
525 B
Bash
# Template file for 'dos2unix'
|
|
pkgname=dos2unix
|
|
version=7.4.0
|
|
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=bac765abdbd95cdd87a71989d4382c32cf3cbfeee2153f0086cb9cf18261048a
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version}
|
|
|
|
vlicense COPYING.txt COPYING
|
|
}
|