wok diff fastthread/receipt @ rev 17521
busybox: 2015
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 17 12:02:13 2015 +0100 (2015-01-17) |
parents | cfe8594b9203 |
children | a78610b2eb47 |
line diff
1.1 --- a/fastthread/receipt Fri May 27 05:05:23 2011 +0000 1.2 +++ b/fastthread/receipt Sat Jan 17 12:02:13 2015 +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