wok diff rails/receipt @ rev 23792
updated zbar and zbar-dev (0.23 -> 0.23.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 22 08:05:29 2020 +0100 (2020-05-22) |
parents | a0dccc5d133d |
children | 2f230197370e |
line diff
1.1 --- a/rails/receipt Fri Nov 08 10:47:52 2019 +0100 1.2 +++ b/rails/receipt Fri May 22 08:05:29 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 }