wok-next diff fox-doc/receipt @ rev 15482
Add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 10 17:13:06 2013 +0000 (2013-11-10) |
parents | c9cba57ac6c1 |
children | aaf121138b7d |
line diff
1.1 --- a/fox-doc/receipt Mon Oct 01 17:19:01 2012 +0000 1.2 +++ b/fox-doc/receipt Sun Nov 10 17:13:06 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="Fox Toolkit documentation." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="LGPL2.1" 1.8 WANTED="fox" 1.9 WEB_SITE="http://www.fox-toolkit.org/" 1.10 1.11 @@ -12,5 +13,5 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/share 1.15 - cp -a $_pkg/usr/share/doc $fs/usr/share 1.16 + cp -a $install/usr/share/doc $fs/usr/share 1.17 }