wok-next diff asciidoctor/receipt @ rev 21684
updated glew (2.1.0 -> 2.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 15:40:33 2020 +0100 (2020-06-29) |
parents | 95f9029e5fac |
children |
line diff
1.1 --- a/asciidoctor/receipt Mon Mar 25 12:22:25 2019 +0200 1.2 +++ b/asciidoctor/receipt Mon Jun 29 15:40:33 2020 +0100 1.3 @@ -1,30 +1,33 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="asciidoctor" 1.7 -VERSION="1.5.8" 1.8 +VERSION="2.0.10" 1.9 CATEGORY="ruby" 1.10 SHORT_DESC="A text processor for converting AsciiDoc markup into HTML 5, DocBook 4.5 and other formats" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 LICENSE="MIT" 1.13 WEB_SITE="https://rubygems.org/gems/$PACKAGE" 1.14 -HOST_ARCH="any" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.gem" 1.17 WGET_URL="http://rubygems.org/downloads/$TARBALL" 1.18 1.19 BUILD_DEPENDS="ruby-dev" 1.20 1.21 -compile_rules() { 1.22 - gem install \ 1.23 - --no-document \ 1.24 - --ignore-dependencies \ 1.25 - --no-user-install \ 1.26 - --build-root $install \ 1.27 +HOST_ARCH="any" 1.28 + 1.29 +compile_rules() 1.30 +{ 1.31 + gem install \ 1.32 + --build-root $install \ 1.33 + --ignore-dependencies \ 1.34 + --no-document \ 1.35 + --no-user-install \ 1.36 $src/$TARBALL && 1.37 fix gem 1.38 } 1.39 1.40 -genpkg_rules() { 1.41 +genpkg_rules() 1.42 +{ 1.43 copy @ruby 1.44 DEPENDS="ruby ruby-stdlib" 1.45 }