diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-05 21:15:39 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-05 21:15:39 +0100 |
| commit | b819bd9da17af415fb45936063e95fdf04a04def (patch) | |
| tree | afbb61dd12f2dacdaad56ca535d67137166a3347 /meta-moblin/packages/aspell | |
| parent | 5ce319a9b8e0e392cf534d7376df3bf1f85674ea (diff) | |
| download | poky-b819bd9da17af415fb45936063e95fdf04a04def.tar.gz | |
libsexy: Add along with dependencies (aspell + enchant) from OE.dev
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/aspell')
| -rw-r--r-- | meta-moblin/packages/aspell/aspell_0.60.6.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-moblin/packages/aspell/aspell_0.60.6.bb b/meta-moblin/packages/aspell/aspell_0.60.6.bb new file mode 100644 index 0000000000..de0cfa6aa6 --- /dev/null +++ b/meta-moblin/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_stage | ||
