wok-next annotate ruby-larch/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents
children
rev   line source
al@20910 1 # SliTaz package receipt v2.
al@20910 2
al@20910 3 PACKAGE="ruby-larch"
al@20910 4 VERSION="1.1.2"
al@20910 5 CATEGORY="ruby"
al@20910 6 SHORT_DESC="Copies messages from one IMAP server to another"
al@20910 7 MAINTAINER="pascal.bellard@slitaz.org"
al@20910 8 LICENSE="GPL2"
al@20910 9 WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}"
al@20910 10 HOST_ARCH="any"
al@20910 11 #REPOLOGY="${PACKAGE/-/:}"
al@20910 12 REPOLOGY="larch" # but why???
al@20910 13
al@20910 14 TARBALL="${PACKAGE#*-}-$VERSION.gem"
al@20910 15 WGET_URL="https://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"
al@20910 32 }