wok rev 23605

updated rake (0.8.7 -> 13.0.1)
author Hans-G?nter Theisgen
date Sat Apr 11 17:52:04 2020 +0100 (2020-04-11)
parents 30cc9f65eaa5
children 524e4a00f32e
files rake/receipt
line diff
     1.1 --- a/rake/receipt	Sat Apr 11 17:45:45 2020 +0100
     1.2 +++ b/rake/receipt	Sat Apr 11 17:52:04 2020 +0100
     1.3 @@ -1,19 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="rake"
     1.7 -VERSION="0.8.7"
     1.8 +VERSION="13.0.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Make-like program implemented in Ruby."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://rubygems.org/gems/$PACKAGE"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.gem"
    1.16 -WEB_SITE="https://rubygems.org/gems/$PACKAGE"
    1.17  WGET_URL="https://rubygems.org/downloads/$TARBALL"
    1.18 -COOK_OPT="!repack_src !unpack"
    1.19  
    1.20  DEPENDS="ruby"
    1.21  BUILD_DEPENDS="ruby-dev"
    1.22  
    1.23 +COOK_OPT="!repack_src !unpack"
    1.24 +
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 @@ -24,5 +26,5 @@
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	cp -a $install/usr $fs
    1.33 +	cp -a $install/usr	$fs
    1.34  }