wok-6.x diff spruz/receipt @ rev 17320
Add opencsg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 04 13:21:47 2014 +0100 (2014-11-04) |
parents | 25dece58861f |
children | a78610b2eb47 |
line diff
1.1 --- a/spruz/receipt Fri May 20 17:42:28 2011 +0000 1.2 +++ b/spruz/receipt Tue Nov 04 13:21:47 2014 +0100 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="All the stuff that isn't good/big enough for a real library." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="ruby" 1.8 -BUILD_DEPENDS="ruby-dev" 1.9 +LICENSE="MIT" 1.10 TARBALL="$PACKAGE-$VERSION.gem" 1.11 WEB_SITE="http://rubygems.org/gems/spruz" 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,6 +24,6 @@ 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