Files
haikuports/haiku-apps/beacon/beacon-27.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

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"