wok-next view tree/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents f48456621a9d
children 0f152bd1ccf4
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="http://mama.indstate.edu/users/ice/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 }