wok-current rev 9952
libxml++: Fix build
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 18 14:30:23 2011 +0200 (2011-05-18) |
parents | 01132274fb89 |
children | 3d847ed49092 |
files | libxml++/receipt |
line diff
1.1 --- a/libxml++/receipt Wed May 18 12:48:12 2011 +0200 1.2 +++ b/libxml++/receipt Wed May 18 14:30:23 2011 +0200 1.3 @@ -8,6 +8,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://libxmlplusplus.sourceforge.net/" 1.6 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.7 + 1.8 DEPENDS="glibmm libsigc++ libxml2 zlib gcc-lib-base" 1.9 BUILD_DEPENDS="glibmm-dev libsigc++-dev libxml2-dev zlib-dev pkg-config" 1.10 1.11 @@ -15,13 +16,10 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - ./configure \ 1.16 - --prefix=/usr \ 1.17 - --infodir=/usr/share/info \ 1.18 - --mandir=/usr/share/man \ 1.19 - $CONFIGURE_ARGS && 1.20 + ./configure --prefix=/usr \ 1.21 + --disable-documentation && 1.22 make && 1.23 - make DESTDIR=$PWD/_pkg install 1.24 + make DESTDIR=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg.