libraries/xerces-c: Updated for version 2.8.0

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:33:53 +02:00 committed by David Somero
parent 5acf9a3952
commit 5f4affaea5
2 changed files with 3 additions and 1 deletions

View file

@ -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}

View file

@ -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"