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

Context Navigation

  • Back to Ticket #673

Ticket #673: gemrb-0.7.2-git.bep

File gemrb-0.7.2-git.bep, 648 bytes (added by har_vard, 2 years ago)

Gemrb-0.7.2 needs testing

Line 
1DESCRIPTION="GemRB is a portable open-source implementation of Bioware's Infinity Engine."
2HOMEPAGE="http://gemrb.sourceforge.net"
3SRC_URI="git+git://gemrb.git.sourceforge.net/gitroot/gemrb/gemrb"
4#CHECKSUM_MD5=""
5REVISION="1"
6STATUS_HAIKU="stable"
7MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
8DEPEND="dev-util/cmake >= 2.8.5
9        dev-vcs/git >= 1.8.0
10        media-libs/libsdl >= 1.2.15
11        media-libs/sdl-mixer >= 1.2.11
12        media-libs/openal >= 1.13"
13
14BUILD {
15        cd gemrb-0.7.2-git
16        cmake -DINSOURCEBUILD=1 .
17        make
18}
19
20INSTALL {
21    cd gemrb-0.7.2-git
22    make install
23}
24
25LICENSE="GNU GPL v2"
26COPYRIGHT="2003-2010 The GemRB Team"

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/