wok view tree/receipt @ rev 20701

updated airgeddon (3.31 -> 8.12)
author Hans-G?nter Theisgen
date Tue Feb 05 17:16:21 2019 +0100 (2019-02-05)
parents 600aaedb561d
children e0a7c1d94e80
line source
1 # SliTaz package receipt.
3 PACKAGE="tree"
4 VERSION="1.6.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Recursive directory listing program"
7 MAINTAINER="MikeDSmith25@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="https://github.com/adsr/tree"
11 WGET_URL="ftp://mama.indstate.edu/linux/tree/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make
18 make BINDIR=$DESTDIR/usr/bin MANDIR=$DESTDIR/usr/share/man install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $install/usr/bin $fs/usr
26 }