libraries/ode: Updated for version 0.11.1

This commit is contained in:
Alex Word 2010-05-13 00:32:31 +02:00 committed by David Somero
parent 2306e02d7c
commit f907c5b647
2 changed files with 3 additions and 1 deletions

View file

@ -72,4 +72,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="ode"
VERSION="0.11.1"
HOMEPAGE="http://www.ode.org/"
DOWNLOAD="http://downloads.sourceforge.net/opende/ode-0.11.1.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="c5d51e4c73bff379e5ae18ac218ebba3"
MD5SUM_x86_64=""
MAINTAINER="Alex Word"
EMAIL="alex_word86@yahoo.com"
APPROVED="dsomero"