wok-current diff xerces-c/receipt @ rev 22935
updated hubicfuse (1.3.1 -> 3.0.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 26 17:53:59 2020 +0100 (2020-02-26) |
parents | eb8067417980 |
children | 2117e19cae0b |
line diff
1.1 --- a/xerces-c/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xerces-c/receipt Wed Feb 26 17:53:59 2020 +0100 1.3 @@ -1,22 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xerces-c" 1.7 -VERSION="3.1.1" 1.8 +VERSION="3.2.2" 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 LICENSE="Apache" 1.13 +WEB_SITE="https://xerces.apache.org/xerces-c/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://xerces.apache.org/xerces-c" 1.17 -WGET_URL="http://apache.osuosl.org/xerces/c/3/sources/$TARBALL" 1.18 +WGET_URL="http://apache.org/dist/xerces/c/${VERSION%%.*}/sources/$TARBALL" 1.19 1.20 -DEPENDS="glibc-base gcc-lib-base libcurl libcrypto icu" 1.21 +DEPENDS="gcc-lib-base glibc-base icu libcrypto libcurl" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 - 1.28 ./configure $CONFIGURE_ARGS && 1.29 make $MAKEFLAGS && 1.30 make install 1.31 @@ -26,6 +25,7 @@ 1.32 genpkg_rules() 1.33 { 1.34 mkdir -p $fs/usr/lib 1.35 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.36 - cp -a $install/usr/bin $fs/usr 1.37 + 1.38 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.39 + cp -a $install/usr/bin $fs/usr 1.40 }