| 1 | DESCRIPTION="Open Source Search Engine Library written in C++, with bindings to allow use from Perl, Python, PHP, Java, Tcl, C#, Ruby and Lua" |
|---|
| 2 | HOMEPAGE="http://xapian.org/" |
|---|
| 3 | SRC_URI="http://ports-space.haiku-files.org/source/xapian-core-1.3.0_svn16965.tar.gz" |
|---|
| 4 | CHECKSUM_MD5="13fb39ceb29189d32d6a0b4f8b7400cf" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." |
|---|
| 8 | DEPEND="sys-libs/e2fsprogs" |
|---|
| 9 | |
|---|
| 10 | BUILD { |
|---|
| 11 | cd xapian-core-1.3.0_svn16965 |
|---|
| 12 | ./configure --prefix=`finddir B_COMMON_DIRECTORY` |
|---|
| 13 | make |
|---|
| 14 | } |
|---|
| 15 | |
|---|
| 16 | INSTALL { |
|---|
| 17 | cd xapian-core-1.3.0_svn16965 |
|---|
| 18 | make install |
|---|
| 19 | } |
|---|
| 20 | LICENSE="GNU GPL v2" |
|---|
| 21 | COPYRIGHT="1991-2012. All code is copyrighted by the respective authors." |
|---|