wok view tree/receipt @ rev 13794

billardgl: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 05 13:18:38 2013 +0100 (2013-01-05)
parents 02bbaa9d12ba
children 600aaedb561d
line source
1 # SliTaz package receipt.
3 PACKAGE="tree"
4 VERSION="1.6.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Recursive directory listing program"
7 MAINTAINER="MikeDSmith25@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tgz"
9 WEB_SITE="http://mama.indstate.edu/users/ice/tree/"
10 WGET_URL="ftp://mama.indstate.edu/linux/tree/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 make
17 make BINDIR=$DESTDIR/usr/bin MANDIR=$DESTDIR/usr/share/man install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr
24 cp -a $install/usr/bin $fs/usr
25 }