wok-next annotate tree/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | f48456621a9d |
children | 0f152bd1ccf4 |
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" |
al@20645 | 9 WEB_SITE="http://mama.indstate.edu/users/ice/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 } |