wok-6.x annotate pathfinder/receipt @ rev 20413
*l2tp*: add doc (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 02 11:37:36 2018 +0200 (2018-08-02) |
parents | d67887b74cbb |
children | faf06d0e5299 |
rev | line source |
---|---|
pankso@2780 | 1 # SliTaz package receipt. |
pankso@2780 | 2 |
pankso@2780 | 3 PACKAGE="pathfinder" |
slaxemulator@15838 | 4 VERSION="1.6.49" |
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" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
pankso@2780 | 9 WANTED="fox" |
pankso@2780 | 10 WEB_SITE="http://www.fox-toolkit.org/" |
al@17501 | 11 TAGS="file-manager" |
pankso@16085 | 12 HOST_ARCH="i486 arm" |
pankso@2780 | 13 |
pascal@14996 | 14 DEPENDS="fox" |
pascal@14996 | 15 |
pankso@2780 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@2780 | 17 genpkg_rules() |
pankso@2780 | 18 { |
pankso@2780 | 19 mkdir -p $fs/usr/bin |
pascal@14996 | 20 cp -a $install/usr/bin/PathFinder $fs/usr/bin |
pankso@2780 | 21 copy_generic_files |
pankso@2780 | 22 } |