wok-current diff yelp-xsl/receipt @ rev 22903
updated gtk-xfce-engine (2.8.1 -> 3.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 23 16:42:46 2020 +0100 (2020-02-23) |
parents | 6d812fa6f9cf |
children | d499c84f85cf |
line diff
1.1 --- a/yelp-xsl/receipt Fri Jul 25 00:18:42 2014 -0300 1.2 +++ b/yelp-xsl/receipt Sun Feb 23 16:42:46 2020 +0100 1.3 @@ -1,23 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="yelp-xsl" 1.7 -VERSION="3.12.0" 1.8 +VERSION="3.34.0" 1.9 CATEGORY="utilities" 1.10 +SHORT_DESC="Contains XSL stylesheets that are used by the Yelp." 1.11 +MAINTAINER="yuripourre@gmail.com" 1.12 LICENSE="GPL2" 1.13 -SHORT_DESC="The Yelp XSL package contains XSL stylesheets that are used by the Yelp." 1.14 -MAINTAINER="yuripourre@gmail.com" 1.15 +WEB_SITE="https://wiki.gnome.org/Apps/Yelp" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 -WEB_SITE="https://wiki.gnome.org/Apps/Yelp" 1.19 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.20 1.21 -DEPENDS="libxslt itstool intltool" 1.22 -BUILD_DEPENDS="libxslt-dev itstool" 1.23 +DEPENDS="intltool itstool libxslt" 1.24 +BUILD_DEPENDS="bash itstool libxslt-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - ./configure \ 1.30 - --prefix=/usr \ 1.31 + export SHELL=/bin/bash 1.32 + export CONFIG_SHELL=/bin/bash 1.33 + sed -i '1s|/usr/bin/sh|/bin/bash|' install-sh 1.34 + 1.35 + ./configure \ 1.36 + --prefix=/usr \ 1.37 $CONFIGURE_ARGS && 1.38 make && 1.39 make DESTDIR=$DESTDIR install