wok diff gnome-doc-utils/receipt @ rev 19557
fusecloop: update advancecomp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 14 09:22:13 2016 +0100 (2016-12-14) |
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 Wed Dec 14 09:22:13 2016 +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 -