wok diff rake/receipt @ rev 17903

smbclient: symlink smbspool to cups backend (again)
author Richard Dunbar <mojo@slitaz.org>
date Sat Apr 04 10:31:10 2015 -0400 (2015-04-04)
parents 051931e905b0
children a78610b2eb47
line diff
     1.1 --- a/rake/receipt	Fri Dec 06 10:39:07 2013 +0000
     1.2 +++ b/rake/receipt	Sat Apr 04 10:31:10 2015 -0400
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Make-like program implemented in Ruby."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="ruby"
     1.8 -BUILD_DEPENDS="ruby-dev"
     1.9 +LICENSE="MIT"
    1.10  TARBALL="$PACKAGE-$VERSION.gem"
    1.11  WEB_SITE="http://rake.rubyforge.org/"
    1.12  WGET_URL="http://rubygems.org/downloads/$TARBALL"
    1.13  COOK_OPT="!repack_src !unpack"
    1.14  
    1.15 +DEPENDS="ruby"
    1.16 +BUILD_DEPENDS="ruby-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {