wok-next view ruby-fcntl/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents efc1e4b02968
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ruby-fcntl" # ruby-stdlib already provides fcntl
4 VERSION="1.0.0"
5 CATEGORY="ruby"
6 SHORT_DESC="Loads constants defined in the OS fcntl.h C header file"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}"
10 REPOLOGY="${PACKAGE/-/:}"
12 TARBALL="${PACKAGE#*-}-$VERSION.gem"
13 WGET_URL="https://rubygems.org/downloads/$TARBALL"
15 BUILD_DEPENDS="ruby-dev"
17 compile_rules() {
18 gem install \
19 --no-document \
20 --ignore-dependencies \
21 --no-user-install \
22 --build-root $install \
23 $src/$TARBALL &&
24 fix gem
25 }
27 genpkg_rules() {
28 copy @ruby
29 DEPENDS="ruby"
30 }