graphics/Opcion: Updated for version 1.1.1

This commit is contained in:
Robby Workman 2010-05-13 00:27:41 +02:00 committed by David Somero
parent 25044f2b81
commit 5f67bcd5b0
2 changed files with 4 additions and 2 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=Opcion
VERSION=1.1.1
ARCH=i686 # Leave this alone for Opcion
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,4 +59,4 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
chown -R root:root .
/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="Opcion"
VERSION="1.1.1"
HOMEPAGE="http://opcion.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/opcion/Opcion_v1.1.1.jar"
DOWNLOAD_x86_64=""
MD5SUM="f50a0ae418554c2f88c4d2dd0dcac312"
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="dsomero"