mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
finding libraries, it's not finding clucene even though it's been installed. Updated bep file for vision-933 to mark it as unstable. The current stable version of vision is r908.
21 lines
358 B
Plaintext
21 lines
358 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"
|