void-packages/srcpkgs/tree/template

17 lines
506 B
Text
Raw Normal View History

2012-01-26 20:02:09 +00:00
# Template file for 'tree'
pkgname=tree
2014-04-25 06:25:59 +00:00
version=1.7.0
revision=1
2014-02-16 10:45:02 +00:00
build_style=gnu-makefile
2012-01-26 20:02:09 +00:00
homepage="http://mama.indstate.edu/users/ice/tree"
distfiles="$homepage/src/tree-$version.tgz"
short_desc="Resursive directory listing program"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
2014-04-25 06:25:59 +00:00
checksum=6957c20e82561ac4231638996e74f4cfa4e6faabc5a2f511f0b4e3940e8f7b12
2012-01-26 20:02:09 +00:00
do_install() {
2014-02-16 10:47:10 +00:00
sed -e 's,install -s,install ,g' -i Makefile
2014-02-16 10:45:02 +00:00
make MANDIR=${DESTDIR}/usr/share/man/man1 BINDIR=${DESTDIR}/usr/bin install
2012-01-26 20:02:09 +00:00
}