wok-next view tree/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
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 }