wok-6.x view tree/receipt @ rev 23655
Up openssh (8.2p1) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 21 06:26:34 2020 +0000 (2020-04-21) |
parents | e0a7c1d94e80 |
children | 095836df71b7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="tree"
4 VERSION="1.8.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Recursive directory listing program."
7 MAINTAINER="MikeDSmith25@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/pyr/tree"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="ftp://mama.indstate.edu/linux/tree/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make &&
18 make install \
19 BINDIR=$DESTDIR/usr/bin \
20 MANDIR=$DESTDIR/usr/share/man
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }