diff options
author | hollywoodb <hollywoodb@fastmail.fm> | 2010-05-11 19:45:23 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:45:23 +0200 |
commit | 75884679ac1dbd587f6106b91b9faa58d9b1737d (patch) | |
tree | 882729b457ec219795b352956a24023d1cd02bc0 /libraries/ode | |
parent | f6a78ffe849e9b45b2a4a6ad61f4b917c6e134be (diff) | |
download | slackbuilds-75884679ac1dbd587f6106b91b9faa58d9b1737d.tar.gz |
libraries/ode: Updated for version 0.8
Diffstat (limited to 'libraries/ode')
-rw-r--r-- | libraries/ode/README | 4 | ||||
-rw-r--r-- | libraries/ode/ode.SlackBuild | 10 | ||||
-rw-r--r-- | libraries/ode/ode.info | 8 | ||||
-rw-r--r-- | libraries/ode/slack-desc | 14 |
4 files changed, 18 insertions, 18 deletions
diff --git a/libraries/ode/README b/libraries/ode/README index 392d0c23a2..5ba8aa34da 100644 --- a/libraries/ode/README +++ b/libraries/ode/README @@ -3,7 +3,3 @@ simulating articulated rigid body dynamics. Proven applications include simulating ground vehicles, legged creatures, and moving objects in VR environments. It is fast, flexible and robust, and has built-in collision detection. - -NOTE: You must use "su -" instead of "su" to build this (or you can - source /etc/profile after plain 'su') so that /usr/X11R6 is in $PATH - diff --git a/libraries/ode/ode.SlackBuild b/libraries/ode/ode.SlackBuild index abe40e9ffb..314f7b3b27 100644 --- a/libraries/ode/ode.SlackBuild +++ b/libraries/ode/ode.SlackBuild @@ -9,19 +9,14 @@ # Modified by the SlackBuilds.org project -if [ "$(id -u)" != "0" ]; then - echo "This script must be run as root!" - exit -fi - set -e NAME=ode -VERSION=0.7 +VERSION=0.8 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=${PKG:-$TMP/package-$NAME} OUTPUT=${OUTPUT:-/tmp} @@ -31,7 +26,6 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP unzip $CWD/$NAME-src-$VERSION.zip cd $NAME-$VERSION - chown -R root:root . chmod -R u+w,go+r-w,a-s . diff --git a/libraries/ode/ode.info b/libraries/ode/ode.info index ee1cad2dd3..6b40ba35dd 100644 --- a/libraries/ode/ode.info +++ b/libraries/ode/ode.info @@ -1,8 +1,8 @@ PRGNAM="ode" -VERSION="0.7" +VERSION="0.8" HOMEPAGE="http://www.ode.org" -DOWNLOAD="http://dl.sourceforge.net/opende/ode-src-0.7.zip" -MD5SUM="b6727fef2cbb9ca812438bb774c9d6ec" +DOWNLOAD="http://dl.sourceforge.net/opende/ode-src-0.8.zip" +MD5SUM="fb7462ba0af2fbc230cb1b3f79e0acbb " MAINTAINER="hollywoodb" EMAIL="hollywoodb@fastmail.fm" -APPROVED="robw810" +APPROVED="BP{k}" diff --git a/libraries/ode/slack-desc b/libraries/ode/slack-desc index b88a647245..253d694058 100644 --- a/libraries/ode/slack-desc +++ b/libraries/ode/slack-desc @@ -1,4 +1,11 @@ - |-----handy-ruler--------------------------------------------------------| +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| ode: ode (library for simulating articulated rigid body dynamics) ode: ode: The Open Dynamics Engine (ODE) is a free, industrial quality library @@ -6,4 +13,7 @@ ode: for simulating articulated rigid body dynamics. Proven applications ode: include simulating ground vehicles, legged creatures, and moving ode: objects in VR environments. It is fast, flexible and robust, and has ode: built-in collision detection. -ode:
\ No newline at end of file +ode: +ode: +ode: +ode: |