mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/Opcion: Updated for version 1.1.1
This commit is contained in:
parent
25044f2b81
commit
5f67bcd5b0
2 changed files with 4 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue