wok-next diff tree/receipt @ rev 13522
xterm+ru(.desktop); added gsettings-desktop-schemas & metacity
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 20 01:25:03 2012 +0000 (2012-10-20) |
parents | 02bbaa9d12ba |
children | 600aaedb561d |
line diff
1.1 --- a/tree/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/tree/receipt Sat Oct 20 01:25:03 2012 +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