wok diff ruby-pkgconfig/receipt @ rev 12964

sqlite: No need to add lib .so files into sqlite package cause with have libsqlite. Sqlite is also DEPENDS on libsqlite so i don't know your problem pascal.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 31 18:52:02 2012 +0000 (2012-05-31)
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	Thu May 31 18:52:02 2012 +0000
     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  {