wok view pathfinder/receipt @ rev 11245

Up: midori: (0.4.1)
author Alexander Medvedev <devl547@gmail.com>
date Mon Nov 07 09:42:39 2011 +0300 (2011-11-07)
parents d7e2c4e777b3
children 8dd5d2d3a69e
line source
1 # SliTaz package receipt.
3 PACKAGE="pathfinder"
4 VERSION="1.6.43"
5 CATEGORY="x-window"
6 SHORT_DESC="Fast and light file manager using the Fox Toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="fox"
9 WANTED="fox"
10 WEB_SITE="http://www.fox-toolkit.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/PathFinder $fs/usr/bin
17 copy_generic_files
18 }