wok-next annotate ruby-actionmailer/receipt @ rev 20910

Update Ruby and Ruby gems
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 18 16:19:00 2018 +0300 (2018-08-18)
parents
children d5aab818505e
rev   line source
al@20910 1 # SliTaz package receipt v2.
al@20910 2
al@20910 3 PACKAGE="ruby-actionmailer"
al@20910 4 VERSION="5.2.1"
al@20910 5 CATEGORY="ruby"
al@20910 6 SHORT_DESC="Email composition, delivery, and receiving framework (part of \
al@20910 7 Rails)"
al@20910 8 MAINTAINER="erjo@slitaz.org"
al@20910 9 LICENSE="MIT"
al@20910 10 WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}"
al@20910 11 HOST_ARCH="any"
al@20910 12 REPOLOGY="${PACKAGE/-/:}"
al@20910 13
al@20910 14 TARBALL="${PACKAGE#*-}-$VERSION.gem"
al@20910 15 WGET_URL="http://rubygems.org/downloads/$TARBALL"
al@20910 16
al@20910 17 BUILD_DEPENDS="ruby-dev"
al@20910 18
al@20910 19 compile_rules() {
al@20910 20 gem install \
al@20910 21 --no-document \
al@20910 22 --ignore-dependencies \
al@20910 23 --no-user-install \
al@20910 24 --build-root $install \
al@20910 25 $src/$TARBALL &&
al@20910 26 fix gem
al@20910 27 }
al@20910 28
al@20910 29 genpkg_rules() {
al@20910 30 copy @ruby
al@20910 31 DEPENDS="ruby ruby-actionpack ruby-actionview ruby-activejob ruby-mail \
al@20910 32 ruby-rails-dom-testing"
al@20910 33 }