| 1 | DESCRIPTION="ODE is an open source, high performance library for simulating rigid body dynamics." |
|---|
| 2 | HOMEPAGE="http://www.ode.org/" |
|---|
| 3 | SRC_URI="http://downloads.sourceforge.net/project/opende/ODE/0.12/ode-0.12.tar.bz2?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fopende%2Ffiles%2F&ts=1356377654&use_mirror=freefr" |
|---|
| 4 | REVISION="1" |
|---|
| 5 | COPYRIGHT="2001-2004 Russell L. Smith" |
|---|
| 6 | LICENSE="GNU LGPL v3 |
|---|
| 7 | BSD (3-clause)" |
|---|
| 8 | CHECKSUM_MD5="48fdd41fae1a7e7831feeded09826599" |
|---|
| 9 | BUILD { |
|---|
| 10 | cd ode-0.12 |
|---|
| 11 | ./configure --prefix=`finddir B_COMMON_DIRECTORY` |
|---|
| 12 | sed -i.bak 's/null.h/posix\/null.h/g' /boot/develop/headers/posix/sys/types.h |
|---|
| 13 | rm /boot/develop/headers/posix/sys/types.h.bak |
|---|
| 14 | make |
|---|
| 15 | } |
|---|
| 16 | INSTALL { |
|---|
| 17 | cd ode-0.12 |
|---|
| 18 | make install |
|---|
| 19 | } |
|---|