| 1 | DESCRIPTION="Rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++" |
|---|
| 2 | HOMEPAGE="http://camaya.net/gloox/" |
|---|
| 3 | SRC_URI="http://camaya.net/download/gloox-1.0.tar.bz2" |
|---|
| 4 | CHECKSUM_MD5="f8eacf1c6476e0a309b453fd04f90e31" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." |
|---|
| 8 | DEPEND="dev-libs/openssl" |
|---|
| 9 | |
|---|
| 10 | BUILD { |
|---|
| 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 | |
|---|
| 20 | INSTALL { |
|---|
| 21 | cd gloox-1.0 |
|---|
| 22 | make install |
|---|
| 23 | } |
|---|
| 24 | |
|---|
| 25 | TEST { |
|---|
| 26 | cd gloox-1.0 |
|---|
| 27 | make check |
|---|
| 28 | } |
|---|
| 29 | |
|---|
| 30 | LICENSE="GNU GPL v2" |
|---|
| 31 | COPYRIGHT="2002-2012 Jakob Schröter" |
|---|