wok annotate xfw/receipt @ rev 20595

xfi, xfw, cryptkeeper: dirty hack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 16 10:41:06 2018 +0100 (2018-12-16)
parents 2d52819d609f
children b21f0b31e0c2
rev   line source
pankso@2782 1 # SliTaz package receipt.
pankso@2782 2
pankso@2782 3 PACKAGE="xfw"
pascal@17890 4 VERSION="1.40"
pankso@2782 5 CATEGORY="x-window"
pankso@2782 6 SHORT_DESC="X File Writer - Text editor using the Fox Toolkit."
pankso@2782 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
pankso@2782 9 WANTED="xfe"
pankso@2782 10 WEB_SITE="http://roland65.free.fr/xfe/"
pankso@2782 11 LOCALE=""
al@17501 12 TAGS="text-editor"
pankso@2782 13
pascal@15000 14 DEPENDS="fox"
pascal@15000 15
pankso@2782 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2782 17 genpkg_rules()
pankso@2782 18 {
pankso@2782 19 mkdir -p $fs/usr/bin
pascal@15000 20 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
pascal@20595 21 copy_generic_files 2> /dev/null || true
pankso@2782 22 }