mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/xerces-c: Updated for version 3.2.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
5aefc096ea
commit
5a220d4b7e
2 changed files with 5 additions and 5 deletions
|
@ -49,7 +49,7 @@
|
|||
################################################################
|
||||
|
||||
PRGNAM=xerces-c
|
||||
VERSION=${VERSION:-3.2.0}
|
||||
VERSION=${VERSION:-3.2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -113,7 +113,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make -j1
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
if [ "$WITHSAMPLES" = "1" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xerces-c"
|
||||
VERSION="3.2.0"
|
||||
VERSION="3.2.3"
|
||||
HOMEPAGE="http://xerces.apache.org/xerces-c/"
|
||||
DOWNLOAD="http://archive.apache.org/dist/xerces/c/3/sources/xerces-c-3.2.0.tar.gz"
|
||||
MD5SUM="71f035103ef8157586a3be825c1553fd"
|
||||
DOWNLOAD="http://archive.apache.org/dist/xerces/c/3/sources/xerces-c-3.2.3.tar.gz"
|
||||
MD5SUM="a5fa4d920fce31c9ca3bfef241644494"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue