Files
haikuports/dev-games/ode/ode-0.12.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

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
}