wok rev 22322
updated yelp-tools and yelp-xsl
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 14 17:10:01 2019 +0100 (2019-11-14) |
parents | a1dd1349c0f0 |
children | 5316b4469068 |
files | yelp-tools/receipt yelp-xsl/receipt |
line diff
1.1 --- a/yelp-tools/receipt Thu Nov 14 16:38:16 2019 +0100 1.2 +++ b/yelp-tools/receipt Thu Nov 14 17:10:01 2019 +0100 1.3 @@ -1,21 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="yelp-tools" 1.7 -VERSION="3.12.0" 1.8 +VERSION="3.32.2" 1.9 CATEGORY="utilities" 1.10 -LICENSE="GPL2" 1.11 SHORT_DESC="Tools to create documentation." 1.12 MAINTAINER="yuripourre@gmail.com" 1.13 +LICENSE="GPL2" 1.14 +WEB_SITE="https://wiki.gnome.org/Apps/Yelp/Tools" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.17 -WEB_SITE="https://wiki.gnome.org/Apps/Yelp/Tools" 1.18 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 1.20 DEPENDS="" 1.21 -BUILD_DEPENDS="yelp-xsl" 1.22 +BUILD_DEPENDS="bash yelp-xsl" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 + export SHELL=/bin/bash 1.28 + export CONFIG_SHELL=/bin/bash 1.29 + sed -i '1s|/usr/bin/sh|/bin/bash|' install-sh 1.30 + 1.31 ./configure \ 1.32 --prefix=/usr \ 1.33 $CONFIGURE_ARGS &&
2.1 --- a/yelp-xsl/receipt Thu Nov 14 16:38:16 2019 +0100 2.2 +++ b/yelp-xsl/receipt Thu Nov 14 17:10:01 2019 +0100 2.3 @@ -1,23 +1,28 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="yelp-xsl" 2.7 -VERSION="3.12.0" 2.8 +VERSION="3.34.0" 2.9 CATEGORY="utilities" 2.10 +SHORT_DESC="Contains XSL stylesheets that are used by the Yelp." 2.11 +MAINTAINER="yuripourre@gmail.com" 2.12 LICENSE="GPL2" 2.13 -SHORT_DESC="The Yelp XSL package contains XSL stylesheets that are used by the Yelp." 2.14 -MAINTAINER="yuripourre@gmail.com" 2.15 +WEB_SITE="https://wiki.gnome.org/Apps/Yelp" 2.16 + 2.17 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.18 -WEB_SITE="https://wiki.gnome.org/Apps/Yelp" 2.19 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 2.20 2.21 -DEPENDS="libxslt itstool intltool" 2.22 -BUILD_DEPENDS="libxslt-dev itstool" 2.23 +DEPENDS="intltool itstool libxslt" 2.24 +BUILD_DEPENDS="bash itstool libxslt-dev" 2.25 2.26 # Rules to configure and make the package. 2.27 compile_rules() 2.28 { 2.29 - ./configure \ 2.30 - --prefix=/usr \ 2.31 + export SHELL=/bin/bash 2.32 + export CONFIG_SHELL=/bin/bash 2.33 + sed -i '1s|/usr/bin/sh|/bin/bash|' install-sh 2.34 + 2.35 + ./configure \ 2.36 + --prefix=/usr \ 2.37 $CONFIGURE_ARGS && 2.38 make && 2.39 make DESTDIR=$DESTDIR install