multimedia/gpodder: Updated for version 0.15.2

This commit is contained in:
Chess Griffin 2010-05-13 00:34:49 +02:00 committed by David Somero
parent 305766a99b
commit e7a44936f9
2 changed files with 3 additions and 1 deletions

View File

@ -86,4 +86,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
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="gpodder"
VERSION="0.15.2"
HOMEPAGE="http://gpodder.berlios.de"
DOWNLOAD="http://download.berlios.de/gpodder/gpodder-0.15.2.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="7ca7256604f6e65bedb45aa856d3de37"
MD5SUM_x86_64=""
MAINTAINER="Chess Griffin"
EMAIL="chess@chessgriffin.com"
APPROVED="dsomero"