wok diff rake/receipt @ rev 24347

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
parents a0dccc5d133d
children 2f230197370e
line diff
     1.1 --- a/rake/receipt	Fri Nov 08 10:47:52 2019 +0100
     1.2 +++ b/rake/receipt	Wed Feb 02 09:41:22 2022 +0000
     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  }