From 64f44389ad0c9ab80764df56de803b0910c72b6f Mon Sep 17 00:00:00 2001
From: Mame Coumba Sall <mame@nexedi.com>
Date: Tue, 13 Mar 2012 12:48:07 +0000
Subject: [PATCH] Add config file for aspell installation

---
 slapos/aspell-en/aspell-en.cfg | 8 ++++++++
 slapos/software.cfg            | 5 ++++-
 2 files changed, 12 insertions(+), 1 deletion(-)
 create mode 100644 slapos/aspell-en/aspell-en.cfg

diff --git a/slapos/aspell-en/aspell-en.cfg b/slapos/aspell-en/aspell-en.cfg
new file mode 100644
index 0000000000..e63f2ae85f
--- /dev/null
+++ b/slapos/aspell-en/aspell-en.cfg
@@ -0,0 +1,8 @@
+[buildout]
+parts =
+  aspell-en
+
+[aspell-en]
+recipe = hexagonit.recipe.cmmi
+url = http://ftp.gnu.org/gnu/aspell/aspell-0.60.6.1.tar.gz
+md5sum = e66a9c9af6a60dc46134fdacf6ce97d7
diff --git a/slapos/software.cfg b/slapos/software.cfg
index 3255675b1a..d2e3ed0aef 100644
--- a/slapos/software.cfg
+++ b/slapos/software.cfg
@@ -1,4 +1,7 @@
 [buildout]
 # Note: This is only backward compatibility profile link.
 # Note: Please switch directly to forking/branching http://git.erp5.org/gitweb/slapos.git
-extends = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/erp5:/software/erp5/software.cfg
+# Add config file for aspell installation
+extends =
+   aspell-en/aspell-en.cfg 
+   http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/erp5:/software/erp5/software.cfg
-- 
2.30.9