wok diff gnome-doc-utils/receipt @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
parents 06bbf4cf0c43
children 86790a278e70
line diff
     1.1 --- a/gnome-doc-utils/receipt	Sat Sep 28 10:49:31 2013 +0000
     1.2 +++ b/gnome-doc-utils/receipt	Tue Mar 13 23:27:32 2018 +0100
     1.3 @@ -11,18 +11,18 @@
     1.4  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.5  
     1.6  DEPENDS="libxml2 libxslt python libxml2-python rarian docbook-xml"
     1.7 -BUILD_DEPENDS="libxml2-dev libxslt-dev rarian-dev libxml2-python pkg-config intltool"
     1.8 +BUILD_DEPENDS="libxml2-dev libxslt-dev rarian-dev libxml2-python pkg-config \
     1.9 +intltool"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src
    1.15  	./configure --prefix=/usr \
    1.16 -	 --infodir=/usr/share/info \
    1.17 -	 --sysconfdir=/etc \
    1.18 -	 --localstatedir=/var \
    1.19 -	 --disable-scrollkeeper \
    1.20 -	 --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.21 +		--infodir=/usr/share/info \
    1.22 +		--sysconfdir=/etc \
    1.23 +		--localstatedir=/var \
    1.24 +		--disable-scrollkeeper \
    1.25 +		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.26  	make -j1 &&
    1.27  	make -j1 DESTDIR=$DESTDIR install
    1.28  }
    1.29 @@ -36,4 +36,3 @@
    1.30  	cp -a $install/usr/share/xml $fs/usr/share
    1.31  	cp -a $install/usr/lib $fs/usr
    1.32  }
    1.33 -