wok view tree/receipt @ rev 14379
Move from undigest: faenza-icon-theme-emblems fbpdf ffmpegthumbnailer-dev ffmpegthumbnailer foobillardplus-music foobillardplus gnucash hg-git moserial ptxdist re-alpine sbackup slib tumbler-dev tumbler vfu
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 22 21:54:08 2013 +0200 (2013-04-22) |
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 }