wok-next diff mate-user-guide/receipt @ rev 20992

eduke32: simplify bdeps, fix build for i486
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 11:45:29 2018 +0300 (2018-10-04)
parents 9102678083fb
children a20a093a9790
line diff
     1.1 --- a/mate-user-guide/receipt	Sun Aug 26 05:08:11 2018 +0300
     1.2 +++ b/mate-user-guide/receipt	Thu Oct 04 11:45:29 2018 +0300
     1.3 @@ -8,13 +8,13 @@
     1.4  LICENSE="FDL1.1"
     1.5  WEB_SITE="https://github.com/mate-desktop/mate-user-guide"
     1.6  
     1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.8 -WGET_URL="https://github.com/mate-desktop/mate-user-guide/archive/v$VERSION.tar.gz"
     1.9 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10 +WGET_URL="http://pub.mate-desktop.org/releases/${VERSION%.*}/$TARBALL"
    1.11  
    1.12 -BUILD_DEPENDS="mate-common yelp-tools itstool"
    1.13 +BUILD_DEPENDS="mate-common yelp-tools itstool glib-dev libxml2-tools"
    1.14  
    1.15  compile_rules() {
    1.16 -	./autogen.sh \
    1.17 +	./configure \
    1.18  		$CONFIGURE_ARGS &&
    1.19  	make &&
    1.20  	make install