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

Context Navigation

  • Back to Ticket #341

Ticket #341: gloox-1.0.bep

File gloox-1.0.bep, 512 bytes (added by michaelvoliveira, 5 years ago)

merged .opd file

Line 
1DESCRIPTION="gloox"
2HOMEPAGE="http://camaya.net/gloox"
3SRC_URI="http://camaya.net/download/gloox-1.0.tar.bz2"
4CHECKSUM_MD5="f8eacf1c6476e0a309b453fd04f90e31"
5REVISION="1"
6STATUS_HAIKU="stable"
7MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
8DEPEND=""
9       
10BUILD {
11        cd gloox-1.0
12        libtoolize --force --copy --install
13        autoreconf -i
14        ./configure --prefix=/boot/common
15        make
16}
17
18INSTALL {
19        cd gloox-1.0
20        make install
21}
22
23LICENSE="GNU LGPL v2.1"
24COPYRIGHT="2002-2009 Jakob Schroter"

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/