summaryrefslogtreecommitdiff
path: root/meta-moblin/packages/aspell/aspell_0.60.6.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-10-05 21:15:39 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-10-05 21:15:39 +0100
commitb819bd9da17af415fb45936063e95fdf04a04def (patch)
treeafbb61dd12f2dacdaad56ca535d67137166a3347 /meta-moblin/packages/aspell/aspell_0.60.6.bb
parent5ce319a9b8e0e392cf534d7376df3bf1f85674ea (diff)
downloadopenembedded-core-b819bd9da17af415fb45936063e95fdf04a04def.tar.gz
openembedded-core-b819bd9da17af415fb45936063e95fdf04a04def.tar.bz2
openembedded-core-b819bd9da17af415fb45936063e95fdf04a04def.tar.xz
openembedded-core-b819bd9da17af415fb45936063e95fdf04a04def.zip
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/aspell_0.60.6.bb')
-rw-r--r--meta-moblin/packages/aspell/aspell_0.60.6.bb15
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 000000000..de0cfa6aa
--- /dev/null
+++ b/meta-moblin/packages/aspell/aspell_0.60.6.bb
@@ -0,0 +1,15 @@
+SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/aspell-${PV}.tar.gz"
+DESCRIPTION = "GNU Aspell spell-checker"
+SECTION = "console/utils"
+LICENSE="LGPL"
+
+PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
+
+FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
+FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*"
+FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*"
+FILES_${PN} = "${bindir}/aspell"
+FILES_libpspell = "${libdir}/libpspell.so.*"
+FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
+
+inherit autotools_stage