wok rev 22165

corrected actionpack
author Hans-G?nter Theisgen
date Fri Nov 08 08:53:48 2019 +0100 (2019-11-08)
parents adc2e8818c2a
children 43d981d0e5b7
files actionpack/receipt
line diff
     1.1 --- a/actionpack/receipt	Fri Nov 08 08:43:45 2019 +0100
     1.2 +++ b/actionpack/receipt	Fri Nov 08 08:53:48 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.