aboutsummaryrefslogtreecommitdiffstats
path: root/packages/aspell
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-08-11 14:04:07 +0000
committerGraeme Gregory <dp@xora.org.uk>2006-08-11 14:04:07 +0000
commit744e42a07d1f37859e3ec3741a45f11ee55d9307 (patch)
tree1f7b9d7591456711a67beea159d10f7a54cf1cb5 /packages/aspell
parentec9c1537fb48626b49279eb7ea25eec7b0b1f1fc (diff)
downloadopenembedded-744e42a07d1f37859e3ec3741a45f11ee55d9307.tar.gz
aspell-native_0.50.5.bb : add native that is required by aspell language packs
Diffstat (limited to 'packages/aspell')
-rw-r--r--packages/aspell/aspell-native_0.50.5.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/aspell/aspell-native_0.50.5.bb b/packages/aspell/aspell-native_0.50.5.bb
new file mode 100644
index 0000000000..e87c6c6fd5
--- /dev/null
+++ b/packages/aspell/aspell-native_0.50.5.bb
@@ -0,0 +1,16 @@
+SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/aspell-${PV}.tar.gz \
+ file://mk-dirs_h.py \
+ file://makefile.patch;patch=1"
+DESCRIPTION = "GNU Aspell spell-checker"
+SECTION = "console/utils"
+LICENSE="LGPL"
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/aspell-${PV}"
+
+inherit autotools native
+
+S = "${WORKDIR}/aspell-${PV}"
+
+do_compile_prepend() {
+ install ${WORKDIR}/mk-dirs_h.py ${S}/common/mk-dirs_h
+}
+