libraries/OpenSceneGraph: Updated for version 2.8.0

This commit is contained in:
Aleksandar Samardzic 2010-05-13 00:28:37 +02:00 committed by David Somero
parent 577255832d
commit 38c2097435
2 changed files with 3 additions and 1 deletions

View file

@ -67,4 +67,4 @@ 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="OpenSceneGraph"
VERSION="2.8.0"
HOMEPAGE="http://www.openscenegraph.org/"
DOWNLOAD=" http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.8/source/OpenSceneGraph-2.8.0.zip"
DOWNLOAD_x86_64=""
MD5SUM="c4c20b97274346701f6d57eab3e78bcd"
MD5SUM_x86_64=""
MAINTAINER="Aleksandar Samardzic"
EMAIL="asamardzic@gmail.com"
APPROVED="dsomero"