wok view xfw/receipt @ rev 17501

Normalize tags "file-manager", "web-browser", "text-editor", "terminal", and "window-manager" according to tazx.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 08 02:04:05 2015 +0200 (2015-01-08)
parents 9340d813aee3
children 2d52819d609f
line source
1 # SliTaz package receipt.
3 PACKAGE="xfw"
4 VERSION="1.37"
5 CATEGORY="x-window"
6 SHORT_DESC="X File Writer - Text editor using the Fox Toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="xfe"
10 WEB_SITE="http://roland65.free.fr/xfe/"
11 LOCALE=""
12 TAGS="text-editor"
14 DEPENDS="fox"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
21 copy_generic_files
22 }