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

Context Navigation

  • Back to Ticket #471

Ticket #471: xut-0.2.1.bep

File xut-0.2.1.bep, 810 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file. Tested with haikuporter -c -d

Line 
1DESCRIPTION="Xut - A button football simulation"
2HOMEPAGE="http://xut.dnteam.org"
3SRC_URI="http://sourceforge.net/projects/digenv/files/xut/0.2.1/xut-0.2.1.tar.bz2/download"
4CHECKSUM_MD5="407d9f543ec533f85358c9166ff27a5c"
5REVISION="1"
6STATUS_HAIKU="stable"
7MESSAGE="Please change your compiler to GCC 4 with setgcc command"
8DEPEND="media-libs/cal3d >= 0.11.0
9                media-libs/libsdl >= 1.2.14
10        media-libs/sdl-image >= 1.2.10
11        media-libs/sdl-ttf >= 2.0.10
12        media-libs/openal >= 1.12.854
13        media-libs/libogg >= 1.2.0
14        media-libs/libvorbis >= 1.3.1
15        sys-devel/gettext >= 0.17"
16       
17BUILD {
18        cd xut
19        libtoolize --force --copy --install
20        ./configure --prefix=/boot/apps/Xut
21        make
22}
23
24INSTALL {
25        cd xut
26        make install
27}
28
29COPYRIGHT="2009-2010 The DNTeam"
30LICENSE="GNU GPL v3"

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/