tree: update to 2.0.1.

This commit is contained in:
Roberto Ricci 2022-02-03 12:51:45 +01:00 committed by Echo
parent abd4266092
commit 754359894b

View file

@ -1,17 +1,17 @@
# Template file for 'tree'
pkgname=tree
version=2.0.0
version=2.0.1
revision=1
build_style=gnu-makefile
short_desc="Resursive directory listing program"
short_desc="Recursive directory listing program"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://mama.indstate.edu/users/ice/tree"
#istfiles="http://deb.debian.org/debian/pool/main/t/tree/tree_${version}.orig.tar.gz"
distfiles="http://mama.indstate.edu/users/ice/tree/src/tree-2.0.0.tgz"
checksum=782cd73179f65cfca7f29326f1511306e49e9b11d5b861daa57e13fd7262889f
changelog="http://mama.indstate.edu/users/ice/tree/changes.html"
distfiles="http://deb.debian.org/debian/pool/main/t/tree/tree_${version}.orig.tar.gz"
#distfiles="http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz"
checksum=e3339c5a194cf6b4080f15ec59faa3679f02d5a793b2147912fbfcfb4cdf2239
do_install() {
sed -e 's,install -s,install ,g' -i Makefile
make MANDIR=${DESTDIR}/usr/share/man/man1 BINDIR=${DESTDIR}/usr/bin install
make MANDIR=${DESTDIR}/usr/share/man DESTDIR=${DESTDIR}/usr/bin install
}