wok-next diff ruby-thor/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents efc1e4b02968
children
line diff
     1.1 --- a/ruby-thor/receipt	Sat Aug 18 16:19:00 2018 +0300
     1.2 +++ b/ruby-thor/receipt	Thu Apr 09 16:25:22 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="ruby-thor"
     1.7 -VERSION="0.20.0"
     1.8 +VERSION="0.20.3"
     1.9  CATEGORY="ruby"
    1.10  SHORT_DESC="Toolkit for building powerful command-line interfaces"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -14,6 +14,8 @@
    1.13  WGET_URL="http://rubygems.org/downloads/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="ruby-dev"
    1.16 +COPY_std="@ruby"
    1.17 +DEPENDS_std="ruby"
    1.18  
    1.19  compile_rules() {
    1.20  	gem install \
    1.21 @@ -24,8 +26,3 @@
    1.22  		$src/$TARBALL &&
    1.23  	fix gem
    1.24  }
    1.25 -
    1.26 -genpkg_rules() {
    1.27 -	copy @ruby
    1.28 -	DEPENDS="ruby"
    1.29 -}