wok-next diff xfi/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/xfi/receipt Mon Apr 27 21:14:05 2009 +0200 1.2 +++ b/xfi/receipt Sat Aug 10 17:00:38 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="X File Image viewer using the Fox Toolkit." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 DEPENDS="fox" 1.9 WANTED="xfe" 1.10 WEB_SITE="http://roland65.free.fr/xfe/" 1.11 @@ -14,6 +15,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/bin 1.15 - cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin 1.16 + cp -a $install/usr/bin/$PACKAGE $fs/usr/bin 1.17 copy_generic_files 1.18 }