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

Context Navigation

  • Back to Ticket #406

Ticket #406: gemrb-0.6.2-git.bep

File gemrb-0.6.2-git.bep, 595 bytes (added by michaelvoliveira, 5 years ago)

initial .bep file. it's working

Line 
1DESCRIPTION="gemrb"
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="Please change your compiler to GCC 4 with setgcc command"
8DEPEND="dev-util/cmake >= 2.8.0
9                dev-vcs/git >= 1.7.1
10                media-libs/libsdl >= 1.2.14
11        media-libs/sdl-mixer >= 1.2.11
12        media-libs/openal >= 1.12.854"
13
14BUILD {
15        cd gemrb-0.6.2-git
16        cmake -DPREFIX=/boot/apps/gemrb .
17        make
18}
19
20INSTALL {
21    cd gemrb-0.6.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/