wok-6.x diff libxml++/receipt @ rev 10150
Up: util-linux-ng to 2.19.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 19:25:36 2011 +0000 (2011-05-20) |
parents | 5c2b7c37f604 |
children | f2a3ca861fbd |
line diff
1.1 --- a/libxml++/receipt Wed Nov 03 01:29:45 2010 +0000 1.2 +++ b/libxml++/receipt Fri May 20 19:25:36 2011 +0000 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.