wok annotate 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
rev   line source
pankso@2782 1 # SliTaz package receipt.
pankso@2782 2
pankso@2782 3 PACKAGE="xfi"
pankso@2782 4 VERSION="1.19.2"
pankso@2782 5 CATEGORY="x-window"
pankso@2782 6 SHORT_DESC="X File Image viewer using the Fox Toolkit."
pankso@2782 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
pankso@2782 9 DEPENDS="fox"
pankso@2782 10 WANTED="xfe"
pankso@2782 11 WEB_SITE="http://roland65.free.fr/xfe/"
pankso@2782 12 LOCALE=""
pankso@2782 13
pankso@2782 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2782 15 genpkg_rules()
pankso@2782 16 {
pankso@2782 17 mkdir -p $fs/usr/bin
pascal@15000 18 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
pankso@2782 19 copy_generic_files
pankso@2782 20 }