wok view ytree/receipt @ rev 4189

Fix: xfree86-base-fonts FSH
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 23 13:56:03 2009 +0200 (2009-09-23)
parents
children bec18999886e
line source
1 # SliTaz package receipt.
3 PACKAGE="ytree"
4 VERSION="1.92"
5 CATEGORY="utilities"
6 SHORT_DESC="file manager for file and archives"
7 MAINTAINER="allan316@gmail.com"
8 BUILD_DEPENDS="readline readline-dev ncurses-dev"
9 DEPENDS="readline ncurses"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.han.de/~werner/ytree.html"
12 WGET_URL="http://www.han.de/~werner/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/ytree $fs/usr/bin
26 strip -s $fs/usr/bin/*
27 }