wok-current diff xfw/receipt @ rev 15000
Add some GPL2 licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 17:00:38 2013 +0000 (2013-08-10) |
parents | d106f1fc961e |
children | 205d192370e5 |
line diff
1.1 --- a/xfw/receipt Mon Apr 27 21:14:05 2009 +0200 1.2 +++ b/xfw/receipt Sat Aug 10 17:00:38 2013 +0000 1.3 @@ -5,15 +5,17 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="X File Writer - Text editor using the Fox Toolkit." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="fox" 1.8 +LICENSE="GPL2" 1.9 WANTED="xfe" 1.10 WEB_SITE="http://roland65.free.fr/xfe/" 1.11 LOCALE="" 1.12 1.13 +DEPENDS="fox" 1.14 + 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr/bin 1.19 - cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin 1.20 + cp -a $install/usr/bin/$PACKAGE $fs/usr/bin 1.21 copy_generic_files 1.22 }