wok-next annotate tree/receipt @ rev 21690
updated gmime3 (3.2.0 -> 3.2.7)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 17:42:14 2020 +0100 (2020-06-29) |
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 } |