diff options
author | Alex Word <alex_word86@yahoo.com> | 2010-05-13 00:32:31 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:32:31 +0200 |
commit | f907c5b6473b7cbc8acdc3cbe2f9dc7d21715e10 (patch) | |
tree | 614a238abf5238416794366c7507c4acef3df081 /libraries/ode | |
parent | 2306e02d7cb08619cefcbfa3e335a76217a72ebe (diff) | |
download | slackbuilds-f907c5b6473b7cbc8acdc3cbe2f9dc7d21715e10.tar.gz |
libraries/ode: Updated for version 0.11.1
Diffstat (limited to 'libraries/ode')
-rw-r--r-- | libraries/ode/ode.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/ode/ode.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libraries/ode/ode.SlackBuild b/libraries/ode/ode.SlackBuild index 4c9c4dfa21..b9c01f9c03 100644 --- a/libraries/ode/ode.SlackBuild +++ b/libraries/ode/ode.SlackBuild @@ -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} diff --git a/libraries/ode/ode.info b/libraries/ode/ode.info index 03105209e4..16506a2eb6 100644 --- a/libraries/ode/ode.info +++ b/libraries/ode/ode.info @@ -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" |