wok-next view xfw/receipt @ rev 17725

Up libmatemixer, libmateweather: change files to be moved
author Yuri Pourre <yuripourre@gmail.com>
date Thu Mar 05 17:41:58 2015 -0300 (2015-03-05)
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 }