wok diff fastthread/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents cfe8594b9203
children a78610b2eb47
line diff
     1.1 --- a/fastthread/receipt	Fri May 27 05:05:23 2011 +0000
     1.2 +++ b/fastthread/receipt	Tue Mar 13 21:40:37 2018 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Optimized replacement for thread.rb primitives"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="ruby"
     1.8 -BUILD_DEPENDS="ruby-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.gem"
    1.11  WEB_SITE="http://rubygems.org/gems/fastthread"
    1.12  WGET_URL="http://rubygems.org/downloads/$TARBALL"
    1.13  COOK_OPT="!repack_src !unpack"
    1.14  
    1.15 +DEPENDS="ruby"
    1.16 +BUILD_DEPENDS="ruby-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -22,5 +24,5 @@
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	cp -a $_pkg/usr $fs
    1.26 +	cp -a $install/usr $fs
    1.27  }
    1.28 \ No newline at end of file