# HG changeset patch # User Eric Joseph-Alexandre # Date 1305721823 -7200 # Node ID cde9c3abb4589ab10ad9fb891f0579a08a739bd2 # Parent 01132274fb89f4f55d42bd521ba1f9ab43171418 libxml++: Fix build diff -r 01132274fb89 -r cde9c3abb458 libxml++/receipt --- a/libxml++/receipt Wed May 18 12:48:12 2011 +0200 +++ b/libxml++/receipt Wed May 18 14:30:23 2011 +0200 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libxmlplusplus.sourceforge.net/" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + DEPENDS="glibmm libsigc++ libxml2 zlib gcc-lib-base" BUILD_DEPENDS="glibmm-dev libsigc++-dev libxml2-dev zlib-dev pkg-config" @@ -15,13 +16,10 @@ compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && + ./configure --prefix=/usr \ + --disable-documentation && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.