wok view activesupport/receipt @ rev 19974
Up: tor (0.3.0.8), privoxy (3.0.26-stable),
get-palemoon (27.3.0)
get-palemoon (27.3.0)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Jun 08 21:57:08 2017 +0200 (2017-06-08) |
parents | caa5bb26d33a |
children | bdd5dd52ad52 |
line source
1 # SliTaz package receipt.
3 PACKAGE="activesupport"
4 VERSION="3.2.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="Database tables mapping to Ruby classes"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.gem"
10 WEB_SITE="http://rubygems.org/gems/activesupport"
11 WGET_URL="http://rubygems.org/downloads/$TARBALL"
12 COOK_OPT="!repack_src !unpack"
14 DEPENDS="ruby"
15 BUILD_DEPENDS="ruby-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
21 gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }