wok-next view ruby-actionmailer/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents efc1e4b02968
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ruby-actionmailer"
4 VERSION="5.2.1"
5 CATEGORY="ruby"
6 SHORT_DESC="Email composition, delivery, and receiving framework (part of \
7 Rails)"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}"
11 HOST_ARCH="any"
12 REPOLOGY="${PACKAGE/-/:}"
14 TARBALL="${PACKAGE#*-}-$VERSION.gem"
15 WGET_URL="http://rubygems.org/downloads/$TARBALL"
17 BUILD_DEPENDS="ruby-dev"
19 compile_rules() {
20 gem install \
21 --no-document \
22 --ignore-dependencies \
23 --no-user-install \
24 --build-root $install \
25 $src/$TARBALL &&
26 fix gem
27 }
29 genpkg_rules() {
30 copy @ruby
31 DEPENDS="ruby ruby-actionpack ruby-actionview ruby-activejob ruby-mail \
32 ruby-rails-dom-testing"
33 }