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

Context Navigation

  • Back to Ticket #170

Ticket #170: physfs-2.0.0.bep

File physfs-2.0.0.bep, 360 bytes (added by michaelvoliveira, 5 years ago)

.bep file for test and fix

Line 
1DESCRIPTION="PhysicsFS is a library to provide abstract access to various archives"
2HOMEPAGE="http://icculus.org/physfs"
3SRC_URI="http://icculus.org/physfs/downloads/physfs-2.0.0.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND="dev-util/cmake"
7BUILD {
8        cd physfs-2.0.0
9        cmake CMakeLists.txt
10        make
11}
12
13INSTALL {
14        cd physfs-2.0.0
15        make install
16        test_physfs
17}

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/