From 9a2c93642af455c8b05204902f248fea592929d9 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 8 Feb 2011 16:58:55 +0000 Subject: [PATCH] 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. --- haiku-apps/beacon/beacon-27.bep | 20 ++++++++++++++++++++ haiku-apps/vision/vision-933.bep | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 haiku-apps/beacon/beacon-27.bep diff --git a/haiku-apps/beacon/beacon-27.bep b/haiku-apps/beacon/beacon-27.bep new file mode 100644 index 000000000..bb46aa7a4 --- /dev/null +++ b/haiku-apps/beacon/beacon-27.bep @@ -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" diff --git a/haiku-apps/vision/vision-933.bep b/haiku-apps/vision/vision-933.bep index 80c442ae8..020a494dd 100644 --- a/haiku-apps/vision/vision-933.bep +++ b/haiku-apps/vision/vision-933.bep @@ -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 {