wok view xfw/receipt @ rev 16321

Add qxmpp, kqoauth
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 10 03:44:48 2014 +0300 (2014-04-10)
parents 380ffe05937a
children 9340d813aee3
line source
1 # SliTaz package receipt.
3 PACKAGE="xfw"
4 VERSION="1.32.4"
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=""
13 DEPENDS="fox"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
20 copy_generic_files
21 }