libraries/xerces: Updated for version 2.9.0
This commit is contained in:
parent
5f4affaea5
commit
69d794fb03
|
@ -47,4 +47,4 @@ mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
||||||
cd $PKG
|
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"
|
||||||
VERSION="2.9.0"
|
VERSION="2.9.0"
|
||||||
HOMEPAGE="http://xerces.apache.org/"
|
HOMEPAGE="http://xerces.apache.org/"
|
||||||
DOWNLOAD="http://apache.cs.utah.edu/xml/xerces-j/Xerces-J-bin.2.9.0.tar.gz"
|
DOWNLOAD="http://apache.cs.utah.edu/xml/xerces-j/Xerces-J-bin.2.9.0.tar.gz"
|
||||||
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM="138f2d1cddd823281d5dfb700f2bd7d4"
|
MD5SUM="138f2d1cddd823281d5dfb700f2bd7d4"
|
||||||
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Vincent Batts"
|
MAINTAINER="Vincent Batts"
|
||||||
EMAIL="vbatts@hashbangbash.com"
|
EMAIL="vbatts@hashbangbash.com"
|
||||||
APPROVED="rworkman"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in New Issue