office/aigaion: Updated for version 2_1_2

This commit is contained in:
Joel J. Adamson 2010-05-13 00:38:55 +02:00 committed by Robby Workman
parent 7627d885ff
commit df13eaf761
2 changed files with 3 additions and 1 deletions

View file

@ -69,5 +69,5 @@ 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="aigaion"
VERSION="2_1_2"
HOMEPAGE="http://www.aigaion.nl/index.php?page=home"
DOWNLOAD="http://downloads.sourceforge.net/aigaion/aigaion2_1_2.zip"
DOWNLOAD_x86_64=""
MD5SUM="cdf546a57e56cf3ad0832df570dc2b98"
MD5SUM_x86_64=""
MAINTAINER="Joel J. Adamson"
EMAIL="adamsonj@email.unc.edu"
APPROVED="rworkman"