mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
dos2unix: update to 7.3, add license file
This commit is contained in:
parent
b8fbcb9d64
commit
17c55c7318
1 changed files with 4 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'dos2unix'
|
# Template file for 'dos2unix'
|
||||||
pkgname=dos2unix
|
pkgname=dos2unix
|
||||||
version=7.2.3
|
version=7.3
|
||||||
revision=1
|
revision=1
|
||||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
homepage="http://waterlan.home.xs4all.nl/dos2unix.html"
|
homepage="http://waterlan.home.xs4all.nl/dos2unix.html"
|
||||||
short_desc="Text file format converter"
|
short_desc="Text file format converter"
|
||||||
distfiles="http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=8039ea97a9fc3b0bffed0218099aeb078ebb550127fa6c10e2647aad52669c83
|
checksum=8175f7552a72edaaa8918fdee68ce2cbc982dc25452f33d4dc611d769f4944d1
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make prefix=${DESTDIR}/usr
|
make prefix=${DESTDIR}/usr
|
||||||
|
@ -16,4 +16,6 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
make prefix=${DESTDIR}/usr install
|
make prefix=${DESTDIR}/usr install
|
||||||
rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version}
|
rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version}
|
||||||
|
|
||||||
|
vlicense COPYING.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue