Files
haikuports/haiku-apps/beacon/beacon-27.recipe
2015-08-04 12:08:31 -04:00

23 lines
363 B
Bash

DESCRIPTION="Beacon is a full text indexing and search tool for Haiku"
HOMEPAGE="http://code.google.com/p/haiku-beacon/"
SOURCE_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"