wok-6.x diff xfw/receipt @ rev 25539
Up perl-test-compile (3.1.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 09 12:11:13 2023 +0000 (20 months ago) |
parents | b21f0b31e0c2 |
children |
line diff
1.1 --- a/xfw/receipt Sun Dec 16 11:41:49 2018 +0100 1.2 +++ b/xfw/receipt Thu Mar 09 12:11:13 2023 +0000 1.3 @@ -1,23 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfw" 1.7 -VERSION="1.40" 1.8 +VERSION="1.43.2" 1.9 CATEGORY="x-window" 1.10 +TAGS="text-editor" 1.11 SHORT_DESC="X File Writer - Text editor using the Fox Toolkit." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -WANTED="xfe" 1.15 WEB_SITE="http://roland65.free.fr/xfe/" 1.16 -LOCALE="" 1.17 -TAGS="text-editor" 1.18 1.19 DEPENDS="fox" 1.20 +WANTED="xfe" 1.21 +LOCALE="" 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - for i in /usr/bin /usr/share/pixmaps /usr/share/applications; do 1.27 + for i in /usr/bin /usr/share/pixmaps /usr/share/applications 1.28 + do 1.29 mkdir -p $fs$i 1.30 - cp -a $install$i/$PACKAGE* $fs$i 1.31 - done 1.32 + cp -a $install$i/$PACKAGE* $fs$i 1.33 + done 1.34 }