wok annotate tree/receipt @ rev 23699
updated tig (2.4.1 -> 2.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 28 07:55:25 2020 +0100 (2020-04-28) |
parents | e0a7c1d94e80 |
children | 095836df71b7 |
rev | line source |
---|---|
MikeDSmith25@1401 | 1 # SliTaz package receipt. |
MikeDSmith25@1401 | 2 |
MikeDSmith25@1401 | 3 PACKAGE="tree" |
Hans-G?nter@22051 | 4 VERSION="1.8.0" |
MikeDSmith25@1401 | 5 CATEGORY="utilities" |
Hans-G?nter@22051 | 6 SHORT_DESC="Recursive directory listing program." |
MikeDSmith25@1401 | 7 MAINTAINER="MikeDSmith25@gmail.com" |
pascal@15590 | 8 LICENSE="GPL2" |
pascal@22385 | 9 WEB_SITE="https://github.com/pyr/tree" |
Hans-G?nter@22051 | 10 |
MikeDSmith25@1401 | 11 TARBALL="$PACKAGE-$VERSION.tgz" |
MikeDSmith25@1401 | 12 WGET_URL="ftp://mama.indstate.edu/linux/tree/$TARBALL" |
MikeDSmith25@1401 | 13 |
MikeDSmith25@1401 | 14 # Rules to configure and make the package. |
MikeDSmith25@1401 | 15 compile_rules() |
MikeDSmith25@1401 | 16 { |
Hans-G?nter@22051 | 17 make && |
Hans-G?nter@22051 | 18 make install \ |
Hans-G?nter@22051 | 19 BINDIR=$DESTDIR/usr/bin \ |
Hans-G?nter@22051 | 20 MANDIR=$DESTDIR/usr/share/man |
MikeDSmith25@1401 | 21 } |
MikeDSmith25@1401 | 22 |
MikeDSmith25@1401 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
MikeDSmith25@1401 | 24 genpkg_rules() |
MikeDSmith25@1401 | 25 { |
MikeDSmith25@1401 | 26 mkdir -p $fs/usr |
slaxemulator@10999 | 27 cp -a $install/usr/bin $fs/usr |
MikeDSmith25@1401 | 28 } |