wok view xfi/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents 019632316cf5
children f90a38690df8
line source
1 # SliTaz package receipt.
3 PACKAGE="xfi"
4 VERSION="1.40"
5 CATEGORY="x-window"
6 SHORT_DESC="X File Image viewer using the Fox Toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="xfe"
10 WEB_SITE="http://roland65.free.fr/xfe/"
11 LOCALE=""
13 DEPENDS="fox"
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; do
19 mkdir -p $fs$i
20 cp -a $install$i/$PACKAGE* $fs$i
21 done
22 }