HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #518

Ticket #518: bullet-2.78.bep

File bullet-2.78.bep, 445 bytes (added by michaelvoliveira, 4 years ago)

initial .bep file

Line 
1DESCRIPTION="Continuous Collision Detection and Physics Library"
2HOMEPAGE="http://www.bulletphysics.com/"
3SRC_URI="http://bullet.googlecode.com/files/bullet-2.78-r2387.tgz"
4CHECKSUM_MD5="3611456232f1c01dea8094213382d0b3"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="dev-util/cmake >= 2.8.3"
8
9BUILD {
10        cd bullet-2.78
11        cmake -DBUILD_DEMOS=ON .
12        make
13}
14
15INSTALL {
16        cd bullet-2.78
17        make install
18}
19
20LICENSE="Zlib"
21COPYRIGHT="2003-2006 Erwin Coumans"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/