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.2.bep

File gloox-1.0.2.bep, 700 bytes (added by richienyhus, 2 years ago)
Line 
1DESCRIPTION="Rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++"
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="dev-libs/openssl"
9
10BUILD {
11        cd gloox-1.0
12        libtoolize --force --copy --install
13        aclocal
14        autoconf
15        automake
16        ./configure --prefix=`finddir B_COMMON_DIRECTORY` LDFLAGS=-L`finddir B_COMMON_LIB_DIRECTORY`
17        make
18}
19
20INSTALL {
21        cd gloox-1.0
22        make install
23}
24
25TEST {
26        cd gloox-1.0
27        make check
28}
29
30LICENSE="GNU GPL v2"
31COPYRIGHT="2002-2012 Jakob Schröter"

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/