wok view xfi/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents d106f1fc961e
children 205d192370e5
line source
1 # SliTaz package receipt.
3 PACKAGE="xfi"
4 VERSION="1.19.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 DEPENDS="fox"
10 WANTED="xfe"
11 WEB_SITE="http://roland65.free.fr/xfe/"
12 LOCALE=""
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
19 copy_generic_files
20 }