wok view xfi/receipt @ rev 16591
slitaz-i18n: encodings are still used in translations and web pages, so add gconv modules to locale packages. Add: full set of locale-xx-extra. Up: all locale-xx, locale-xx-extra, slitaz-i18n, slitaz-i18n-extra (4.2). Up slitaz-tools, slitaz-tools-boxes (5.8.6)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 06 23:19:04 2014 +0300 (2014-05-06) |
parents | 205d192370e5 |
children | 2611e3a0ba21 |
line source
1 # SliTaz package receipt.
3 PACKAGE="xfi"
4 VERSION="1.37"
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 mkdir -p $fs/usr/bin
19 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
20 copy_generic_files
21 }