wok-stable rev 10999
Up: tree to 1.6.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 13 02:53:31 2011 +0000 (2011-10-13) |
parents | ff669d22310a |
children | 33569d1190f4 |
files | tree/receipt |
line diff
1.1 --- a/tree/receipt Thu Oct 13 02:52:16 2011 +0000 1.2 +++ b/tree/receipt Thu Oct 13 02:53:31 2011 +0000 1.3 @@ -1,11 +1,10 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tree" 1.7 -VERSION="1.5.2.1" 1.8 +VERSION="1.6.0" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Recursive directory listing program" 1.11 MAINTAINER="MikeDSmith25@gmail.com" 1.12 -DEPENDS="" 1.13 TARBALL="$PACKAGE-$VERSION.tgz" 1.14 WEB_SITE="http://mama.indstate.edu/users/ice/tree/" 1.15 WGET_URL="ftp://mama.indstate.edu/linux/tree/$TARBALL" 1.16 @@ -15,13 +14,13 @@ 1.17 { 1.18 cd $src 1.19 make 1.20 - make BINDIR=$PWD/_pkg/usr/bin MANDIR=$PWD/_pkg/usr/share/man install 1.21 + make BINDIR=$DESTDIR/usr/bin MANDIR=$DESTDIR/usr/share/man install 1.22 } 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 mkdir -p $fs/usr 1.28 - cp -a $_pkg/usr/bin $fs/usr 1.29 + cp -a $install/usr/bin $fs/usr 1.30 } 1.31