wok diff libruby/receipt @ rev 21086
updated jpeg and jpeg-dev (8c -> 9c)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 15 15:00:48 2019 +0100 (2019-03-15) |
parents | fa43369c61c4 |
children | 2e5dbc4cc282 |
line diff
1.1 --- a/libruby/receipt Sun Mar 30 19:39:55 2014 +0200 1.2 +++ b/libruby/receipt Fri Mar 15 15:00:48 2019 +0100 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 }