wok view activeresource/receipt @ rev 13630
spacefm: remove all call to bash in source files (work nicely with busybox shell)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Nov 14 21:49:55 2012 +0100 (2012-11-14) |
parents | e0fa54cee561 |
children | 2a5cc8208d36 |
line source
1 # SliTaz package receipt.
3 PACKAGE="activeresource"
4 VERSION="3.2.6"
5 CATEGORY="development"
6 SHORT_DESC="REST on Rails."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="ruby activesupport"
9 BUILD_DEPENDS="ruby-dev"
10 TARBALL="$PACKAGE-$VERSION.gem"
11 WEB_SITE="http://rubygems.org/gems/activeresource"
12 WGET_URL="http://rubygems.org/downloads/$TARBALL"
13 COOK_OPT="!repack_src !unpack"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
19 gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 }