2012-01-26 21:02:09 +01:00
|
|
|
# Template file for 'tree'
|
|
|
|
pkgname=tree
|
|
|
|
version=1.6.0
|
2014-02-16 11:45:02 +01:00
|
|
|
revision=2
|
|
|
|
build_style=gnu-makefile
|
2012-01-26 21:02:09 +01: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"
|
|
|
|
checksum=4dc470a74880338b01da41701d8db90d0fb178877e526d385931a007d68d7591
|
|
|
|
|
|
|
|
do_install() {
|
2014-02-16 11:47:10 +01:00
|
|
|
sed -e 's,install -s,install ,g' -i Makefile
|
2014-02-16 11:45:02 +01:00
|
|
|
make MANDIR=${DESTDIR}/usr/share/man/man1 BINDIR=${DESTDIR}/usr/bin install
|
2012-01-26 21:02:09 +01:00
|
|
|
}
|