wok view xfw/receipt @ rev 23750

updated xfw (1.40 -> 1.43.2)
author Hans-G?nter Theisgen
date Fri May 01 15:44:22 2020 +0100 (2020-05-01)
parents b21f0b31e0c2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xfw"
4 VERSION="1.43.2"
5 CATEGORY="x-window"
6 TAGS="text-editor"
7 SHORT_DESC="X File Writer - Text editor using the Fox Toolkit."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://roland65.free.fr/xfe/"
12 DEPENDS="fox"
13 WANTED="xfe"
14 LOCALE=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 for i in /usr/bin /usr/share/pixmaps /usr/share/applications
20 do
21 mkdir -p $fs$i
22 cp -a $install$i/$PACKAGE* $fs$i
23 done
24 }