HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #651

Ticket #651: xapian-core-1.3.0.2.bep

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

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/