wok view rack/receipt @ rev 12005

iron: fixed icon, added description
author Samuel Trassare <samuel_trassare@yahoo.com>
date Mon Mar 05 10:38:40 2012 -0800 (2012-03-05)
parents 0e195fd8f8d1
children 051931e905b0
line source
1 # SliTaz package receipt.
3 PACKAGE="rack"
4 VERSION="1.3.5"
5 CATEGORY="network"
6 SHORT_DESC="Webserver Interface for Ruby"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="ruby activerecord"
9 BUILD_DEPENDS="$DEPENDS ruby-dev"
10 TARBALL="$PACKAGE-$VERSION.gem"
11 WEB_SITE="http://rack.rubyforge.org/"
12 WGET_URL="http://gems.rubyforge.org/gems/$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 }