libraries/mxml: Updated for version 2.6

This commit is contained in:
Larry Hajali 2010-05-13 00:32:26 +02:00 committed by David Somero
parent 4181cee892
commit a3c3ad4e4b
2 changed files with 3 additions and 1 deletions

View File

@ -75,4 +75,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="mxml"
VERSION="2.6"
HOMEPAGE="http://www.minixml.org/"
DOWNLOAD="http://ftp.easysw.com/pub/mxml/2.6/mxml-2.6.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="68977789ae64985dddbd1a1a1652642e"
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="dsomero"