wok view activeresource/receipt @ rev 10802

glib-networking: Fixed it to use offical source url. Please remove source tarball on tank or this package will not build.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 04 08:51:01 2011 +0000 (2011-06-04)
parents
children e0fa54cee561
line source
1 # SliTaz package receipt.
3 PACKAGE="activeresource"
4 VERSION="3.0.7"
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 $_pkg/usr $fs
26 }