wok diff activerecord/receipt @ rev 17492

syslinux/iso2exe: check ISO md5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 03 21:41:48 2015 +0100 (2015-01-03)
parents 4f98879d2e82
children bdd5dd52ad52
line diff
     1.1 --- a/activerecord/receipt	Mon Jun 25 08:37:06 2012 +0000
     1.2 +++ b/activerecord/receipt	Sat Jan 03 21:41:48 2015 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Rich support for multibyte strings"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="ruby activesupport"
     1.8 -BUILD_DEPENDS="ruby-dev"
     1.9 +LICENSE="MIT"
    1.10  TARBALL="$PACKAGE-$VERSION.gem"
    1.11  WEB_SITE="http://rubygems.org/gems/activerecord"
    1.12  WGET_URL="http://rubygems.org/downloads/$TARBALL"
    1.13  COOK_OPT="!repack_src !unpack"
    1.14  
    1.15 +DEPENDS="ruby activesupport"
    1.16 +BUILD_DEPENDS="ruby-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {