wok view xfw/receipt @ rev 25149

updated proftpd and proftpd-lang (1.3.6d -> 1.3.7d)
author Hans-G?nter Theisgen
date Wed Jun 29 16:56:24 2022 +0100 (23 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 }