From ee2daffeb31bcc2f363ed411d2742e8c765e5172 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 3 Sep 2010 22:56:42 +0000 Subject: [PATCH] Initial addition of bep file for enchant, this is a work in progress. TODO: Install glib and try building, update and needed. --- app-text/enchant/enchant-1.6.0.bep | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app-text/enchant/enchant-1.6.0.bep diff --git a/app-text/enchant/enchant-1.6.0.bep b/app-text/enchant/enchant-1.6.0.bep new file mode 100644 index 000000000..6bde00d0d --- /dev/null +++ b/app-text/enchant/enchant-1.6.0.bep @@ -0,0 +1,19 @@ +DESCRIPTION="Enchant - spellchecker wrapper library" +HOMEPAGE="http://www.abisource.com/downloads/enchant.1.6.0/enchant-1.6.0.tar.gz" +SRC_URI="http://www.abisource.com/downloads/enchant/1.6.0/enchant-1.6.0.tar.gz" +REVISION="1" +STATUS_HAIKU="broken" +DEPEND="dev-libs/glib-2.0 >= 2.6" +CHECKSUM_MD5="de11011aff801dc61042828041fb59c7" +BUILD { + cd enchant-1.6.0 + ./configure --prefix=`finddir B_COMMON_DIRECTORY` + make +} + +INSTALL { + cd enchant-1.6.0 + make install +} +LICENSE="GNU LGPL v2.1" +COPYRIGHT="2002-2007 Dom Lachowicz"