| 1 | DESCRIPTION="gloox" |
|---|
| 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="" |
|---|
| 9 | |
|---|
| 10 | BUILD { |
|---|
| 11 | cd gloox-1.0 |
|---|
| 12 | libtoolize --force --copy --install |
|---|
| 13 | autoreconf -i |
|---|
| 14 | ./configure --prefix=/boot/common |
|---|
| 15 | make |
|---|
| 16 | } |
|---|
| 17 | |
|---|
| 18 | INSTALL { |
|---|
| 19 | cd gloox-1.0 |
|---|
| 20 | make install |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | LICENSE="GNU LGPL v2.1" |
|---|
| 24 | COPYRIGHT="2002-2009 Jakob Schroter" |
|---|