wok diff ruby-pkgconfig/receipt @ rev 10121

gcc-lib-base: dont include french locale (we have base pkgs to fix before end usser one)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 20 22:13:40 2011 +0200 (2011-05-20)
parents 5262bedbc4c0
children 051931e905b0
line diff
     1.1 --- a/ruby-pkgconfig/receipt	Fri Feb 25 00:22:45 2011 +0100
     1.2 +++ b/ruby-pkgconfig/receipt	Fri May 20 22:13:40 2011 +0200
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A pkg-config implementation in Ruby."
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="ruby"
     1.8  SOURCE="pkg-config"
     1.9  TARBALL="$SOURCE-$VERSION.gem"
    1.10  WEB_SITE="http://github.com/rcairo/pkg-config"
    1.11  WGET_URL="http://gems.rubyforge.org/gems/$TARBALL"
    1.12  COOK_OPT="!repack_src !unpack"
    1.13  
    1.14 +DEPENDS="ruby"
    1.15 +BUILD_DEPENDS="ruby-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {