mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 08:10:07 +02:00
20 lines
568 B
Plaintext
20 lines
568 B
Plaintext
DESCRIPTION="ODE is an open source, high performance library for simulating rigid body dynamics."
|
|
HOMEPAGE="http://www.ode.org/"
|
|
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"
|
|
REVISION="1"
|
|
COPYRIGHT="2001-2004 Russell L. Smith"
|
|
LICENSE="GNU LGPL v3
|
|
BSD (3-clause)"
|
|
CHECKSUM_MD5="48fdd41fae1a7e7831feeded09826599"
|
|
BUILD()
|
|
{
|
|
cd ode-0.12
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
INSTALL()
|
|
{
|
|
cd ode-0.12
|
|
make install
|
|
}
|