summaryrefslogtreecommitdiff
path: root/packages/aspell/aspell-native_0.50.5.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-04-03 11:24:47 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-04-03 11:24:47 +0000
commit2d3b8c1c35800b52fcbd570f455321add113e3ae (patch)
tree2716787f088eb320b214e38e39ce4b8f80e636b5 /packages/aspell/aspell-native_0.50.5.bb
parent80dbfc055527b9ab34f95f1c53496a5cd93fe71c (diff)
aspell-native_0.50.5.bb, aspell5-en_6.0-0.bb, aspell_0.50.5.bb : remove old
versions
Diffstat (limited to 'packages/aspell/aspell-native_0.50.5.bb')
-rw-r--r--packages/aspell/aspell-native_0.50.5.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/aspell/aspell-native_0.50.5.bb b/packages/aspell/aspell-native_0.50.5.bb
deleted file mode 100644
index e87c6c6fd5..0000000000
--- a/packages/aspell/aspell-native_0.50.5.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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
-}
-