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

Context Navigation

  • Back to Ticket #470

Ticket #470: cegui-0.7.5.bep

File cegui-0.7.5.bep, 662 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file. Builds and installs fine. Marked as broken because GLEW port

Line 
1DESCRIPTION="CEGUI - Crazy Eddie's GUI System"
2HOMEPAGE="http://www.cegui.org.uk/"
3SRC_URI="http://sourceforge.net/projects/crayzedsgui/files/CEGUI%20Mk-2/0.7.5/CEGUI-0.7.5.tar.gz/download"
4CHECKSUM_MD5="38c79d1fdfaaa10f481c99a2ac479516"
5REVISION="1"
6STATUS_HAIKU="broken"
7DEPEND="pkgconfig >= 0.23
8                dev-libs/libpcre >= 8.02
9                dev-lang/lua >= 5.1.4
10                media-libs/devil >= 1.7.8
11                media-libs/glew >= 1.5.7"
12
13BUILD {
14        cd CEGUI-0.7.5
15        libtoolize --copy --force --install
16        ./bootstrap
17        ./configure --prefix=/boot/common
18        make
19}
20
21INSTALL {
22        cd CEGUI-0.7.5
23        make install
24}
25
26LICENSE="GNU LGPL v2.1"
27COPYRIGHT="2004-2010 Paul D. Turner and The CEGUI Development 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/