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-git.bep

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

.bep file to build the latest git version. Marked as stable. Disable werror compiler options to help with gcc2 port

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-git
16        mkdir build
17        cd build
18        cmake -DPREFIX=/boot/apps/gemrb -DDISABLE_WERROR=true ..
19        make
20}
21
22INSTALL {
23    cd gemrb-0.6-git
24    cd build
25    make install
26}
27
28LICENSE="GNU GPL v2"
29COPYRIGHT="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/