wok-6.x view xfi/receipt @ rev 16451
glibc-base: default locale is only en_US, other are moved to locale-** (say not to duplicate files); some locale definition files has their dependencies
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 19 12:09:55 2014 +0300 (2014-04-19) |
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 }