| 1 | DESCRIPTION="Xerces-C++ is a validating XML parser written in a portable subset of C++" |
|---|
| 2 | HOMEPAGE="http://xerces.apache.org/xerces-c/" |
|---|
| 3 | SRC_URI="http://mirror.pop-sc.rnp.br/apache//xerces/c/3/sources/xerces-c-3.1.1.tar.gz" |
|---|
| 4 | CHECKSUM_MD5="6a8ec45d83c8cfb1584c5a5345cb51ae" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | DEPEND="pkgconfig >= 0.23" |
|---|
| 8 | |
|---|
| 9 | BUILD { |
|---|
| 10 | cd xerces-c-3.1.1 |
|---|
| 11 | libtoolize --copy --force --install |
|---|
| 12 | autoreconf -i |
|---|
| 13 | ./configure --prefix=/boot/common |
|---|
| 14 | make |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | INSTALL { |
|---|
| 18 | cd xerces-c-3.1.1 |
|---|
| 19 | make install |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | LICENSE="Apache v2" |
|---|
| 23 | COPYRIGHT="1999 IBM Corporation |
|---|
| 24 | 1999-2010 The Apache Software Foundation" |
|---|