wok-stable view xfw/receipt @ rev 12464

samba: CVE-2017-7494 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 29 18:23:11 2017 +0200 (2017-05-29)
parents d106f1fc961e
children
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 DEPENDS="fox"
9 WANTED="xfe"
10 WEB_SITE="http://roland65.free.fr/xfe/"
11 LOCALE=""
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
18 copy_generic_files
19 }