wok diff libruby/receipt @ rev 17321

Add openscad
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 04 14:52:08 2014 +0100 (2014-11-04)
parents fa43369c61c4
children 2e5dbc4cc282
line diff
     1.1 --- a/libruby/receipt	Sun Mar 30 19:39:55 2014 +0200
     1.2 +++ b/libruby/receipt	Tue Nov 04 14:52:08 2014 +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  }