libraries/mechanize: Updated for version 0.1.11

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

View file

@ -48,4 +48,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="mechanize"
VERSION="0.1.11"
HOMEPAGE="http://wwwsearch.sourceforge.net/mechanize/"
DOWNLOAD="http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.11.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="c5e89a1886e44bd7a8598b0ba47287af"
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="dsomero,rworkman"