dos2unix: update to 7.3, add license file

This commit is contained in:
Dominik Honnef 2015-09-13 17:33:50 +02:00
parent b8fbcb9d64
commit 17c55c7318

View file

@ -1,13 +1,13 @@
# Template file for 'dos2unix'
pkgname=dos2unix
version=7.2.3
version=7.3
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/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=8039ea97a9fc3b0bffed0218099aeb078ebb550127fa6c10e2647aad52669c83
checksum=8175f7552a72edaaa8918fdee68ce2cbc982dc25452f33d4dc611d769f4944d1
do_build() {
make prefix=${DESTDIR}/usr
@ -16,4 +16,6 @@ do_build() {
do_install() {
make prefix=${DESTDIR}/usr install
rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version}
vlicense COPYING.txt
}