wok-next view tree/receipt @ rev 21147
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 27 21:28:56 2019 +0100 (2019-01-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 }