wok annotate actionmailer/receipt @ rev 16394

Add: xinput-calibrator (for touchscreen calibration, tested on my pitft)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 15 18:32:55 2014 +0200 (2014-04-15)
parents 18ec0adeef03
children bdd5dd52ad52
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"
slaxemulator@10148 10 WEB_SITE="http://rubygems.org/gems/actionmailer"
slaxemulator@10148 11 WGET_URL="http://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 }