wok-next annotate ruby-arbre/receipt @ rev 21395

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
parents efc1e4b02968
children
rev   line source
al@20910 1 # SliTaz package receipt v2.
al@20910 2
al@20910 3 PACKAGE="ruby-arbre"
al@20910 4 VERSION="1.1.1"
al@20910 5 CATEGORY="ruby"
al@20910 6 SHORT_DESC="An Object Oriented DOM Tree in Ruby"
al@20910 7 MAINTAINER="al.bobylev@gmail.com"
al@20910 8 LICENSE="MIT"
al@21020 9 WEB_SITE="https://rubygems.org/gems/arbre"
al@20910 10 HOST_ARCH="any"
al@20910 11 REPOLOGY="${PACKAGE/-/:}"
al@20910 12
al@20910 13 TARBALL="${PACKAGE#*-}-$VERSION.gem"
al@20910 14 WGET_URL="https://rubygems.org/downloads/$TARBALL"
al@20910 15
al@20910 16 BUILD_DEPENDS="ruby-dev"
al@20910 17
al@20910 18 compile_rules() {
al@20910 19 gem install \
al@20910 20 --no-document \
al@20910 21 --ignore-dependencies \
al@20910 22 --no-user-install \
al@20910 23 --build-root $install \
al@20910 24 $src/$TARBALL &&
al@20910 25 fix gem
al@20910 26 }
al@20910 27
al@20910 28 genpkg_rules() {
al@20910 29 copy @ruby
al@20910 30 DEPENDS="ruby ruby-activesupport"
al@20910 31 }