wok-current diff libruby/receipt @ rev 18995
Add: PeaZip 6.0.0 Env:GTK2 - (peazip.org).
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Sat Mar 19 01:26:01 2016 -0300 (2016-03-19) |
parents | fa43369c61c4 |
children | 2e5dbc4cc282 |
line diff
1.1 --- a/libruby/receipt Sun Mar 30 19:39:55 2014 +0200 1.2 +++ b/libruby/receipt Sat Mar 19 01:26:01 2016 -0300 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="libruby" 1.5 VERSION="1.9.2-p180" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="Ruby libraries." 1.8 +SHORT_DESC="Ruby shared libraries." 1.9 MAINTAINER="pankso@slitaz.org" 1.10 LICENSE="GPL2" 1.11 WEB_SITE="http://www.ruby-lang.org/" 1.12 @@ -15,9 +15,4 @@ 1.13 { 1.14 mkdir -p $fs/usr/lib/ 1.15 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.16 - #cp -a $install/usr/lib/ruby $fs/usr/lib 1.17 - 1.18 - # Remove devel files --> ruby-dev 1.19 - #~ rm $fs/usr/lib/ruby/${VERSION%.*}/i486-linux/*.h 1.20 - #~ rm $fs/usr/lib/ruby/${VERSION%.*}/mkmf.rb 1.21 }