wok-6.x diff actionpack/receipt @ rev 22374
updated ilmbase and ilmbase-dev again (2.2.0 -> 2.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 27 16:47:30 2019 +0100 (2019-11-27) |
parents | bdd5dd52ad52 |
children | b69ed81df957 |
line diff
1.1 --- a/actionpack/receipt Mon Jan 21 10:25:55 2019 +0100 1.2 +++ b/actionpack/receipt Wed Nov 27 16:47:30 2019 +0100 1.3 @@ -6,19 +6,24 @@ 1.4 SHORT_DESC="Simple, battle-tested conventions for building and testing MVC web applications." 1.5 MAINTAINER="erjo@slitaz.org" 1.6 LICENSE="MIT" 1.7 +WEB_SITE="https://rubygems.org/gems/actionpack" 1.8 + 1.9 TARBALL="$PACKAGE-$VERSION.gem" 1.10 -WEB_SITE="https://rubygems.org/gems/actionpack" 1.11 WGET_URL="https://rubygems.org/downloads/$TARBALL" 1.12 + 1.13 +DEPENDS="activesupport ruby" 1.14 +BUILD_DEPENDS="ruby-dev" 1.15 + 1.16 COOK_OPT="!repack_src !unpack" 1.17 1.18 -DEPENDS="ruby activesupport" 1.19 -BUILD_DEPENDS="ruby-dev" 1.20 - 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 1.25 - gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 1.26 + local _gemdir="$(ruby -rrubygems -e'puts Gem.default_dir')" 1.27 + gem install \ 1.28 + --ignore-dependencies \ 1.29 + -i "$DESTDIR/$_gemdir" \ 1.30 + $SOURCES_REPOSITORY/$TARBALL 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg.