wok annotate actionmailer/receipt @ rev 20974

updated glew-dev again (1.5.8 -> 2.1.0)
author Hans-G?nter Theisgen
date Tue Mar 05 16:42:51 2019 +0100 (2019-03-05)
parents 2a5cc8208d36
children adc2e8818c2a
rev   line source
slaxemulator@10148 1 # SliTaz package receipt.
slaxemulator@10148 2
slaxemulator@10148 3 PACKAGE="actionmailer"
slaxemulator@13073 4 VERSION="3.2.6"
slaxemulator@10148 5 CATEGORY="system-tools"
slaxemulator@10148 6 SHORT_DESC="Simple, battle-tested conventions for building and testing MVC web applications."
slaxemulator@10148 7 MAINTAINER="erjo@slitaz.org"
pascal@15379 8 LICENSE="MIT"
slaxemulator@10148 9 TARBALL="$PACKAGE-$VERSION.gem"
pascal@20668 10 WEB_SITE="https://rubygems.org/gems/actionmailer"
pascal@20668 11 WGET_URL="https://rubygems.org/downloads/$TARBALL"
slaxemulator@10148 12 COOK_OPT="!repack_src !unpack"
slaxemulator@10148 13
pascal@15379 14 DEPENDS="ruby actionpack"
pascal@15379 15 BUILD_DEPENDS="ruby-dev"
pascal@15379 16
slaxemulator@10148 17 # Rules to configure and make the package.
slaxemulator@10148 18 compile_rules()
slaxemulator@10148 19 {
slaxemulator@10148 20 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
slaxemulator@10148 21 gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL
slaxemulator@10148 22 }
slaxemulator@10148 23
slaxemulator@10148 24 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@10148 25 genpkg_rules()
slaxemulator@10148 26 {
slaxemulator@13073 27 cp -a $install/usr $fs
slaxemulator@10148 28 }