aspell-native_0.50.5.bb : add native that is required by aspell language packs
authorGraeme Gregory <dp@xora.org.uk>
Fri, 11 Aug 2006 14:04:07 +0000 (14:04 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Fri, 11 Aug 2006 14:04:07 +0000 (14:04 +0000)
packages/aspell/aspell-native_0.50.5.bb [new file with mode: 0644]

diff --git a/packages/aspell/aspell-native_0.50.5.bb b/packages/aspell/aspell-native_0.50.5.bb
new file mode 100644 (file)
index 0000000..e87c6c6
--- /dev/null
@@ -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
+}
+