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

Context Navigation

  • Back to Ticket #463

Ticket #463: scourge-0.21.1.bep

File scourge-0.21.1.bep, 778 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file. Builds fine with GCC4 only

Line 
1DESCRIPTION="S.C.O.U.R.G.E. is a roguelike game with a 3D user interface."
2HOMEPAGE="http://scourgeweb.org"
3SRC_URI="http://sourceforge.net/projects/scourge/files/scourge/0.21.1/scourge-0.21.1.src.tar.gz/download"
4CHECKSUM_MD5="ceda87769cde066e3c49ec0836cf19e2"
5REVISION="1"
6MESSAGE="Please change your compiler to GCC 4 with setgcc command"
7STATUS_HAIKU="stable"
8DEPEND="media-lib/libsdl >= 1.2.14
9        media-lib/sdl-mixer >= 1.2.11
10        media-lib/sdl-image >= 1.2.10
11        media-lib/sdl-ttf >= 2.0.10
12        media-lib/sdl-net >= 1.2.7"
13       
14BUILD {
15        cd scourge
16        libtoolize --force --copy --install
17        autoreconf -i
18        ./configure --prefix=/boot/apps/scourge
19        make
20}
21
22INSTALL {
23        cd scourge
24        make install
25}
26
27COPYRIGHT="2003-2008 The Scourge Team"
28LICENSE="GNU GPL v2"

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/