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