wok view xfw/receipt @ rev 23833
updated picard (1.4.0.5 -> 2.3.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 01 07:18:17 2020 +0100 (2020-06-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 }