wok view ytree/receipt @ rev 11133

Up: xorg-xrandr to 1.3.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 26 20:55:54 2011 +0000 (2011-10-26)
parents 02bbaa9d12ba
children cc39d5e5463c
line source
1 # SliTaz package receipt.
3 PACKAGE="ytree"
4 VERSION="1.97"
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"
13 TAGS="file-manager file-browser"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/ytree $fs/usr/bin
27 }