wok diff ruby-dev/receipt @ rev 15693

linux-lxc: modify post_install() for update /etc/fstab
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 08:40:56 2013 +0100 (2013-12-21)
parents 5f8b42af9764
children fa43369c61c4
line diff
     1.1 --- a/ruby-dev/receipt	Sat Feb 19 05:54:59 2011 +0000
     1.2 +++ b/ruby-dev/receipt	Sat Dec 21 08:40:56 2013 +0100
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Devel file for Ruby (to compile ruby-modules)."
     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  DEPENDS="ruby"
    1.12 -WANTED="ruby"
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/lib/
    1.18 -	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/include $fs/usr
    1.20 +	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22  }