wok view pathfinder/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents 8dd5d2d3a69e
children aaf121138b7d
line source
1 # SliTaz package receipt.
3 PACKAGE="pathfinder"
4 VERSION="1.6.46"
5 CATEGORY="x-window"
6 SHORT_DESC="Fast and light file manager using the Fox Toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="fox"
10 WEB_SITE="http://www.fox-toolkit.org/"
12 DEPENDS="fox"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/PathFinder $fs/usr/bin
19 copy_generic_files
20 }