wok-next diff ruby-gettext/receipt @ rev 21545
updated cgames (2.2 -> 2.2b)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jun 21 17:35:44 2020 +0100 (2020-06-21) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ruby-gettext/receipt Sun Jun 21 17:35:44 2020 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="ruby-gettext" 1.7 +VERSION="3.2.9" 1.8 +CATEGORY="ruby" 1.9 +SHORT_DESC="GNU gettext-like program for Ruby" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL3" 1.12 +WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}" 1.13 +HOST_ARCH="any" 1.14 +REPOLOGY="${PACKAGE/-/:}" 1.15 + 1.16 +TARBALL="${PACKAGE#*-}-$VERSION.gem" 1.17 +WGET_URL="https://rubygems.org/downloads/$TARBALL" 1.18 + 1.19 +BUILD_DEPENDS="ruby-dev" 1.20 + 1.21 +COPY_std="@ruby" 1.22 +DEPENDS_std="ruby-locale ruby-text" 1.23 + 1.24 +compile_rules() { 1.25 + gem install \ 1.26 + --no-document \ 1.27 + --ignore-dependencies \ 1.28 + --no-user-install \ 1.29 + --build-root $install \ 1.30 + $src/$TARBALL && 1.31 + fix gem 1.32 + 1.33 + find $install -type f -perm 664 -exec chmod 644 '{}' \; 1.34 +}