wok rev 23604

updated rails (3.2.6 -> 6.0.2.2)
author Hans-G?nter Theisgen
date Sat Apr 11 17:45:45 2020 +0100 (2020-04-11)
parents ec3fce5ac742
children 939d99e3fc7e
files rails/receipt
line diff
     1.1 --- a/rails/receipt	Sat Apr 11 17:02:26 2020 +0100
     1.2 +++ b/rails/receipt	Sat Apr 11 17:45:45 2020 +0100
     1.3 @@ -1,19 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="rails"
     1.7 -VERSION="3.2.6"
     1.8 +VERSION="6.0.2.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="REST on Rails."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://rubygems.org/gems/rails"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.gem"
    1.16 -WEB_SITE="https://rubygems.org/gems/rails"
    1.17  WGET_URL="https://rubygems.org/downloads/$TARBALL"
    1.18 +
    1.19 +DEPENDS="actionmailer actionpack activerecord activeresource activesupport ruby"
    1.20 +BUILD_DEPENDS="$DEPENDS ruby-dev"
    1.21 +
    1.22  COOK_OPT="!repack_src !unpack"
    1.23  
    1.24 -DEPENDS="ruby actionmailer activeresource activerecord actionpack activesupport"
    1.25 -BUILD_DEPENDS="$DEPENDS ruby-dev"
    1.26 -
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 @@ -24,5 +26,5 @@
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	cp -a $install/usr $fs
    1.35 +	cp -a $install/usr	$fs
    1.36  }