wok view xfi/receipt @ rev 23973

Up openconnect (8.10), openexr (2.5.3), openldap (2.4.55), openssh (8.4p1), openvswitch (2.14.0), phpmyadmin (5.0.4), rust (1.47.0), shellinabox (2.21)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 12:04:50 2020 +0000 (2020-10-28)
parents b21f0b31e0c2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xfi"
4 VERSION="1.43.2"
5 CATEGORY="x-window"
6 SHORT_DESC="X File Image viewer using the Fox Toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://roland65.free.fr/xfe/"
11 DEPENDS="fox"
12 WANTED="xfe"
13 LOCALE=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 for i in /usr/bin /usr/share/pixmaps /usr/share/applications
19 do
20 mkdir -p $fs$i
21 cp -a $install$i/$PACKAGE* $fs$i
22 done
23 }