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

Context Navigation

  • Back to Ticket #468

Ticket #468: zaz-1.0.0.bep

File zaz-1.0.0.bep, 801 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file. Is not building out-of-the-box because I can't find where the reference of -lm is.

Line 
1DESCRIPTION="Zaz ain't Z*** - Beacuse hackers too need to play with balls"
2HOMEPAGE="http://zaz.sourceforge.net"
3SRC_URI="http://sourceforge.net/projects/zaz/files/zaz-1.0.0.tar.bz2/download"
4CHECKSUM_MD5="d92a043780d06c699da0ba04aab32a6b"
5REVISION="1"
6STATUS_HAIKU="stable"
7MESSAGE="Please change your compiler to GCC 4 with setgcc command"
8DEPEND="media-libs/libsdl >= 1.2.14
9        media-libs/sdl-image >= 1.2.10
10        media-libs/ftgl >= 2.1.3
11        media-libs/libogg >= 1.2.0
12        media-libs/libvorbis >= 1.3.1
13        media-libs/libtheora >= 1.1.1"
14
15BUILD {
16        cd zaz-1.0.0
17        libtoolize --force --copy --install
18        ./configure --prefix=/boot/apps/zaz
19        make
20}
21
22INSTALL {
23        cd zaz-1.0.0
24        make install
25}
26
27COPYRIGHT="2009-2010 Remigiusz Dybka, Leonard Ritter and Kinga Dybka"
28LICENSE="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/