mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
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:
20
haiku-apps/beacon/beacon-27.bep
Normal file
20
haiku-apps/beacon/beacon-27.bep
Normal 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"
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user