system/graveman: Updated for version 0.3.12.5

This commit is contained in:
Chess Griffin 2010-05-13 00:40:32 +02:00 committed by David Somero
parent 6ff4df3eeb
commit 6a663d4820
2 changed files with 3 additions and 1 deletions

View file

@ -102,4 +102,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 -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="graveman"
VERSION="0.3.12.5"
HOMEPAGE="http://graveman.tuxfamily.org/"
DOWNLOAD="http://graveman.tuxfamily.org/sources/graveman-0.3.12-5.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="94183b71f345e405badcdf92ea04dfac"
MD5SUM_x86_64=""
MAINTAINER="Chess Griffin"
EMAIL="chess@chessgriffin.com"
APPROVED="dsomero"