wok-next view tree/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tree"
4 VERSION="1.7.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Recursive directory listing program"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/adsr/tree"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/tree.html"
12 TARBALL="$PACKAGE-$VERSION.tgz"
13 WGET_URL="http://mama.indstate.edu/users/ice/tree/src/$TARBALL"
15 compile_rules() {
16 make &&
17 make \
18 BINDIR=$install/usr/bin \
19 MANDIR=$install/usr/share/man/man1 \
20 install
21 }
23 genpkg_rules() {
24 copy @std
25 }