diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-08-16 13:43:11 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-17 23:12:33 +0100 |
commit | 26350bbd22bb91d20a9c31ee37d5fd76d9de4f3c (patch) | |
tree | b991ff3dbd41f2d4e6173f37f41180fd02a9a8a0 /meta/packages | |
parent | 912480a3f6a18f99e8c0cede95dfdf865708b730 (diff) | |
download | poky-26350bbd22bb91d20a9c31ee37d5fd76d9de4f3c.tar.gz |
aspell: moved from meta-moblin to meta to support enchant dependency
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/aspell/aspell_0.60.6.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/aspell/aspell_0.60.6.bb b/meta/packages/aspell/aspell_0.60.6.bb new file mode 100644 index 0000000000..8d43a707d2 --- /dev/null +++ b/meta/packages/aspell/aspell_0.60.6.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/aspell-${PV}.tar.gz" | ||
2 | DESCRIPTION = "GNU Aspell spell-checker" | ||
3 | SECTION = "console/utils" | ||
4 | LICENSE="LGPL" | ||
5 | |||
6 | PACKAGES += "libaspell libpspell libpspell-dev aspell-utils" | ||
7 | |||
8 | FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*" | ||
9 | FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*" | ||
10 | FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" | ||
11 | FILES_${PN} = "${bindir}/aspell" | ||
12 | FILES_libpspell = "${libdir}/libpspell.so.*" | ||
13 | FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" | ||
14 | |||
15 | inherit autotools gettext | ||