wok-next diff libruby/receipt @ rev 15048
log4c: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 12 18:18:51 2013 +0000 (2013-08-12) |
parents | e414ce8e07d7 |
children | fa43369c61c4 |
line diff
1.1 --- a/libruby/receipt Thu Nov 03 12:12:44 2011 +0100 1.2 +++ b/libruby/receipt Mon Aug 12 18:18:51 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Ruby libraries." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 WEB_SITE="http://www.ruby-lang.org/" 1.9 WANTED="ruby" 1.10 1.11 @@ -12,8 +13,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib/ 1.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.16 -# cp -a $_pkg/usr/lib/ruby $fs/usr/lib 1.17 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.18 +# cp -a $install/usr/lib/ruby $fs/usr/lib 1.19 1.20 # Remove devel files --> ruby-dev 1.21 #~ rm $fs/usr/lib/ruby/${VERSION%.*}/i486-linux/*.h