wok-6.x diff xerces-c/receipt @ rev 8893
Up: mono to 2.10.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 27 11:39:28 2011 +0000 (2011-02-27) |
parents | 410630f6493d |
children | 3e5f4a16c6dd |
line diff
1.1 --- a/xerces-c/receipt Wed Mar 03 10:41:01 2010 +0100 1.2 +++ b/xerces-c/receipt Sun Feb 27 11:39:28 2011 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xerces-c" 1.7 -VERSION="3.0.1" 1.8 +VERSION="3.1.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A validating XML parser written in a portable subset of C++." 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 DEPENDS="glibc-base gcc-lib-base libcurl libcrypto icu" 1.13 BUILD_DEPENDS="slitaz-toolchain" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://xerces.apache.org/" 1.16 -WGET_URL="http://www.apache.org/dist/xerces/c/3/sources/$TARBALL" 1.17 +WEB_SITE="http://xerces.apache.org/xerces-c" 1.18 +WGET_URL="http://apache.osuosl.org/xerces/c/3/sources/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 @@ -19,7 +19,7 @@ 1.23 ./configure \ 1.24 --prefix=/usr \ 1.25 $CONFIGURE_ARGS && 1.26 - make && 1.27 + make -j 4 && 1.28 make DESTDIR=$src/_pkg install 1.29 } 1.30