wok diff rake/receipt @ rev 23756
gst-plugins-base-1.0: added build dependency automake
author | Hans-G?nter Theisgen |
---|---|
date | Sat May 02 16:58:52 2020 +0100 (2020-05-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 Sat May 02 16:58:52 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 }