wok diff libruby/receipt @ rev 15929
Add asciidoc (text based documentation)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 22 11:23:01 2014 +0100 (2014-02-22) |
parents | e414ce8e07d7 |
children | fa43369c61c4 |
line diff
1.1 --- a/libruby/receipt Thu Nov 03 12:12:44 2011 +0100 1.2 +++ b/libruby/receipt Sat Feb 22 11:23:01 2014 +0100 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