wok-next diff rails/receipt @ rev 18465
libQtDBus: add /usr/bin/qdbus
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Oct 02 13:31:38 2015 +0200 (2015-10-02) |
parents | a67a3dc11fcb |
children | d43bf7aae921 |
line diff
1.1 --- a/rails/receipt Mon Jun 25 08:38:53 2012 +0000 1.2 +++ b/rails/receipt Fri Oct 02 13:31:38 2015 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="REST on Rails." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="ruby actionmailer activeresource activerecord actionpack activesupport" 1.8 -BUILD_DEPENDS="$DEPENDS ruby-dev" 1.9 +LICENSE="MIT" 1.10 TARBALL="$PACKAGE-$VERSION.gem" 1.11 WEB_SITE="http://rubygems.org/gems/rails" 1.12 WGET_URL="http://rubygems.org/downloads/$TARBALL" 1.13 COOK_OPT="!repack_src !unpack" 1.14 1.15 +DEPENDS="ruby actionmailer activeresource activerecord actionpack activesupport" 1.16 +BUILD_DEPENDS="$DEPENDS ruby-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {