wok-next annotate tree/receipt @ rev 21316

updated jabberd2 (2.2.16 -> 2.7.0)
author Hans-G?nter Theisgen
date Tue Dec 10 17:15:57 2019 +0100 (2019-12-10)
parents d5aab818505e
children
rev   line source
al@20645 1 # SliTaz package receipt v2.
MikeDSmith25@1401 2
MikeDSmith25@1401 3 PACKAGE="tree"
al@20645 4 VERSION="1.7.0"
MikeDSmith25@1401 5 CATEGORY="utilities"
MikeDSmith25@1401 6 SHORT_DESC="Recursive directory listing program"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15590 8 LICENSE="GPL2"
pascal@21147 9 WEB_SITE="https://github.com/adsr/tree"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/tree.html"
al@20645 11
MikeDSmith25@1401 12 TARBALL="$PACKAGE-$VERSION.tgz"
al@20645 13 WGET_URL="http://mama.indstate.edu/users/ice/tree/src/$TARBALL"
MikeDSmith25@1401 14
al@20645 15 compile_rules() {
al@20645 16 make &&
al@20645 17 make \
al@20645 18 BINDIR=$install/usr/bin \
al@20645 19 MANDIR=$install/usr/share/man/man1 \
al@21017 20 install
MikeDSmith25@1401 21 }
MikeDSmith25@1401 22
al@20645 23 genpkg_rules() {
al@20645 24 copy @std
MikeDSmith25@1401 25 }