wok annotate xfw/receipt @ rev 23880

Up slitaz-boot-scripts (463): busybox may need /usr/lib/libstd++.so
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 07 06:35:39 2020 +0000 (2020-07-07)
parents b21f0b31e0c2
children
rev   line source
pankso@2782 1 # SliTaz package receipt.
pankso@2782 2
pankso@2782 3 PACKAGE="xfw"
Hans-G?nter@23750 4 VERSION="1.43.2"
pankso@2782 5 CATEGORY="x-window"
Hans-G?nter@23750 6 TAGS="text-editor"
pankso@2782 7 SHORT_DESC="X File Writer - Text editor using the Fox Toolkit."
pankso@2782 8 MAINTAINER="pankso@slitaz.org"
pascal@15000 9 LICENSE="GPL2"
pankso@2782 10 WEB_SITE="http://roland65.free.fr/xfe/"
pankso@2782 11
pascal@15000 12 DEPENDS="fox"
Hans-G?nter@23750 13 WANTED="xfe"
Hans-G?nter@23750 14 LOCALE=""
pascal@15000 15
pankso@2782 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2782 17 genpkg_rules()
pankso@2782 18 {
Hans-G?nter@23750 19 for i in /usr/bin /usr/share/pixmaps /usr/share/applications
Hans-G?nter@23750 20 do
pascal@20596 21 mkdir -p $fs$i
Hans-G?nter@23750 22 cp -a $install$i/$PACKAGE* $fs$i
Hans-G?nter@23750 23 done
pankso@2782 24 }