Initial .bep for for Beacon, note that it's not currently building as there seems to be an issue with gcc4

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.
This commit is contained in:
Scott McCreary
2011-02-08 16:58:55 +00:00
parent d93a21bb1e
commit 9a2c93642a
2 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
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"

View File

@@ -2,7 +2,7 @@ DESCRIPTION="Vision is an irc client for Haiku"
HOMEPAGE="http://vision.sourceforge.net/"
SRC_URI="svn+http://vision.svn.sourceforge.net/svnroot/vision/trunk#933"
REVISION="1"
STATUS_HAIKU="stable"
STATUS_HAIKU="unstable"
DEPEND=""
BUILD {