wok-6.x diff daemon_controller/receipt @ rev 15703
Up: Geany (1.23.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 22 15:34:21 2013 +0100 (2013-12-22) |
parents | 3b1922f29fc3 |
children | a78610b2eb47 |
line diff
1.1 --- a/daemon_controller/receipt Sat May 21 03:56:29 2011 +0000 1.2 +++ b/daemon_controller/receipt Sun Dec 22 15:34:21 2013 +0100 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Daemon management for Ruby" 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/daemon_controller" 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