wok annotate pathfinder/receipt @ rev 3629
fix depends in centerim
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Thu Jul 02 14:16:37 2009 +0000 (2009-07-02) |
parents | |
children | d7e2c4e777b3 |
rev | line source |
---|---|
pankso@2780 | 1 # SliTaz package receipt. |
pankso@2780 | 2 |
pankso@2780 | 3 PACKAGE="pathfinder" |
pankso@2780 | 4 VERSION="1.6.36" |
pankso@2780 | 5 CATEGORY="x-window" |
pankso@2780 | 6 SHORT_DESC="Fast and light file manager using the Fox Toolkit." |
pankso@2780 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@2780 | 8 DEPENDS="fox" |
pankso@2780 | 9 WANTED="fox" |
pankso@2780 | 10 WEB_SITE="http://www.fox-toolkit.org/" |
pankso@2780 | 11 |
pankso@2780 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@2780 | 13 genpkg_rules() |
pankso@2780 | 14 { |
pankso@2780 | 15 mkdir -p $fs/usr/bin |
pankso@2780 | 16 cp -a $_pkg/usr/bin/PathFinder $fs/usr/bin |
pankso@2780 | 17 copy_generic_files |
pankso@2780 | 18 } |