wok view xfw/receipt @ rev 25498
Up dropbear (2022.83)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 15 12:09:07 2022 +0000 (22 months ago) |
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 }