wok rev 22051

updated tree (1.6.0 -> 1.8.0)
author Hans-G?nter Theisgen
date Tue Oct 22 16:30:18 2019 +0100 (2019-10-22)
parents 28f2b161f563
children 0d08d15e81f8
files tree/receipt
line diff
     1.1 --- a/tree/receipt	Tue Oct 22 16:19:59 2019 +0100
     1.2 +++ b/tree/receipt	Tue Oct 22 16:30:18 2019 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tree"
     1.7 -VERSION="1.6.0"
     1.8 +VERSION="1.8.0"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Recursive directory listing program"
    1.11 +SHORT_DESC="Recursive directory listing program."
    1.12  MAINTAINER="MikeDSmith25@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://mama.indstate.edu/users/ice/tree/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tgz"
    1.17 -WEB_SITE="https://github.com/adsr/tree"
    1.18  WGET_URL="ftp://mama.indstate.edu/linux/tree/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24 -	make
    1.25 -	make BINDIR=$DESTDIR/usr/bin MANDIR=$DESTDIR/usr/share/man install
    1.26 +	make &&
    1.27 +	make	install			\
    1.28 +		BINDIR=$DESTDIR/usr/bin	\
    1.29 +		MANDIR=$DESTDIR/usr/share/man
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 @@ -24,4 +26,3 @@
    1.34  	mkdir -p $fs/usr
    1.35  	cp -a $install/usr/bin $fs/usr
    1.36  }
    1.37 -