libraries/sexy-python: Updated for version 0.1.9

This commit is contained in:
Larry Hajali 2010-05-13 00:33:33 +02:00 committed by David Somero
parent 7bdc4b2526
commit 16a983df5b
2 changed files with 3 additions and 1 deletions

View file

@ -63,4 +63,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="sexy-python"
VERSION="0.1.9"
HOMEPAGE="http://www.chipx86.com/w/index.php/Libsexy"
DOWNLOAD="http://releases.chipx86.com/libsexy/sexy-python/sexy-python-0.1.9.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="313f11e98555b0e9eea28219564e5063"
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="dsomero"