wok view activerecord/receipt @ rev 24106

updated actionmailer, actionpack, activerecord and activesupport (6.0.2.1 -> 6.1.4.1)
author Hans-G?nter Theisgen
date Sat Sep 25 17:38:40 2021 +0100 (2021-09-25)
parents a9aad5fe6cac
children 3105f866bc3e
line source
1 # SliTaz package receipt.
3 PACKAGE="activerecord"
4 VERSION="6.1.4.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Rich support for multibyte strings."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://rubygems.org/gems/activerecord"
11 TARBALL="$PACKAGE-$VERSION.gem"
12 WGET_URL="https://rubygems.org/downloads/$TARBALL"
14 DEPENDS="activesupport ruby"
15 BUILD_DEPENDS="ruby-dev"
17 COOK_OPT="!repack_src !unpack"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 local _gemdir="$(ruby -rrubygems -e'puts Gem.default_dir')"
23 gem install \
24 --ignore-dependencies \
25 -i "$DESTDIR/$_gemdir" \
26 $SOURCES_REPOSITORY/$TARBALL
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/usr $fs
33 }