mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
23 lines
362 B
Plaintext
23 lines
362 B
Plaintext
DESCRIPTION="Beacon is a full text indexing and search tool for Haiku"
|
|
HOMEPAGE="http://code.google.com/p/haiku-beacon/"
|
|
SRC_URI="svn+http://haiku-beacon.googlecode.com/svn/trunk#27"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND="CLucene"
|
|
#CHECKSUM_MD5=""
|
|
|
|
BUILD()
|
|
{
|
|
cd beacon-27
|
|
jam
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd beacon-27
|
|
jam
|
|
}
|
|
|
|
LICENSE="MIT"
|
|
COPYRIGHT="2009 Haiku Inc"
|