wok-6.x rev 9895
ruby-pkgconfig: fix bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 17 11:31:59 2011 +0200 (2011-05-17) |
parents | cb08393c985d |
children | 0ed87241adde |
files | ruby-pkgconfig/receipt |
line diff
1.1 --- a/ruby-pkgconfig/receipt Tue May 17 11:29:00 2011 +0200 1.2 +++ b/ruby-pkgconfig/receipt Tue May 17 11:31:59 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 {