desktop/obconf: Updated for version 2.0.3

This commit is contained in:
Chess Griffin 2010-05-13 00:22:58 +02:00 committed by David Somero
parent 5ddf05f029
commit a6068229b7
2 changed files with 3 additions and 1 deletions

View File

@ -93,4 +93,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 $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="obconf"
VERSION="2.0.3"
HOMEPAGE="http://icculus.org/openbox/index.php/ObConf:About"
DOWNLOAD="http://icculus.org/openbox/obconf/obconf-2.0.3.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="b22e273721851dedad72acbc77eefb68"
MD5SUM_x86_64=""
MAINTAINER="Chess Griffin"
EMAIL="chess@chessgriffin.com"
APPROVED="dsomero"