libraries/xerces-c: Updated for version 2.8.0
This commit is contained in:
parent
5acf9a3952
commit
5f4affaea5
|
@ -102,4 +102,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="xerces-c"
|
|||
VERSION="2.8.0"
|
||||
HOMEPAGE="http://xml.apache.org/xerces-c/"
|
||||
DOWNLOAD="http://apache.mirrors.tds.net/xerces/c/2/sources/xerces-c-src_2_8_0.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="5daf514b73f3e0de9e3fce704387c0d2"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="ppr:kut"
|
||||
EMAIL="HMWiesinger@gmx.at"
|
||||
APPROVED="dsomero,rworkman"
|
||||
|
|
Loading…
Reference in New Issue