libraries/BeautifulSoup: Updated for version 3.1.0.1

This commit is contained in:
Marco Bonetti 2010-05-13 00:28:24 +02:00 committed by David Somero
parent 038a8289f9
commit 20b61cb33e
2 changed files with 3 additions and 1 deletions

View file

@ -68,4 +68,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="BeautifulSoup"
VERSION="3.1.0.1"
HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/"
DOWNLOAD="http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup-3.1.0.1.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="bcffef3eda6e06e6d1e18c06a9db8a24"
MD5SUM_x86_64=""
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"
APPROVED="dsomero,rworkman"