wok view pathfinder/receipt @ rev 24113

gst-libav, gst-plugins-base-1.0: series = 1.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 29 12:51:33 2021 +0000 (2021-09-29)
parents 5d53e8ccbc8d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="pathfinder"
4 VERSION="1.6.57"
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/"
11 TAGS="file-manager"
12 HOST_ARCH="i486 arm"
14 DEPENDS="fox"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $install/usr/bin/PathFinder $fs/usr/bin
21 copy_generic_files
22 }