wok diff xerces-c/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
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	Thu Dec 16 17:16:06 2010 +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