network/feedparser: Updated for version 5.1.3.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Luis Henrique 2013-01-03 15:47:46 +01:00 committed by dsomero
parent 8c2c5149ab
commit b66eb6ec33
2 changed files with 8 additions and 9 deletions

View File

@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=feedparser
VERSION=4.1
BUILD=${BUILD:-3}
VERSION=5.1.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@ -63,9 +63,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
mkdir $PRGNAM-$VERSION
unzip $CWD/$PRGNAM-$VERSION.zip -d $PRGNAM-$VERSION || exit 1
cd $PRGNAM-$VERSION || exit 1
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \

View File

@ -1,10 +1,10 @@
PRGNAM="feedparser"
VERSION="4.1"
VERSION="5.1.3"
HOMEPAGE="http://www.feedparser.org"
DOWNLOAD="http://feedparser.googlecode.com/files/feedparser-4.1.zip"
MD5SUM="7ab1140c1e29d4cd52ab20fa7b1f8640"
DOWNLOAD="http://feedparser.googlecode.com/files/feedparser-5.1.3.tar.gz"
MD5SUM="f2253de78085a1d5738f626fcc1d8f71"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="distribute"
MAINTAINER="Luis Henrique"
EMAIL="lmello.009@gmail.com"