wok-next view ruby-text/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ruby-text"
4 VERSION="1.3.1"
5 CATEGORY="ruby"
6 SHORT_DESC="A collection of text algorithms"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}"
10 HOST_ARCH="any"
11 REPOLOGY="${PACKAGE/-/:}"
13 TARBALL="${PACKAGE#*-}-$VERSION.gem"
14 WGET_URL="https://rubygems.org/downloads/$TARBALL"
16 BUILD_DEPENDS="ruby-dev"
18 COPY_std="@ruby"
19 DEPENDS_std="ruby"
21 compile_rules() {
22 gem install \
23 --no-document \
24 --ignore-dependencies \
25 --no-user-install \
26 --build-root $install \
27 $src/$TARBALL &&
28 fix gem
30 find $install -type f -perm 664 -exec chmod 644 '{}' \;
31 }