wok diff yelp-tools/receipt @ rev 23079

updated liblinebreak and liblinebreak-dev (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Tue Mar 10 16:26:23 2020 +0100 (2020-03-10)
parents 6d812fa6f9cf
children 6831608a1b2a
line diff
     1.1 --- a/yelp-tools/receipt	Fri Jul 25 00:18:42 2014 -0300
     1.2 +++ b/yelp-tools/receipt	Tue Mar 10 16:26:23 2020 +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 &&