wok-4.x view activesupport/receipt @ rev 12472
Up glibc 2.20
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Mar 03 09:44:37 2023 +0000 (22 months ago) |
parents | 41ef999b602b |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="activesupport"
4 VERSION="3.1.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Database tables mapping to Ruby classes"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="ruby"
9 BUILD_DEPENDS="ruby-dev"
10 TARBALL="$PACKAGE-$VERSION.gem"
11 WEB_SITE="http://rubygems.org/gems/activesupport"
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 }