wok view xfw/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
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 }