[oe-commits] org.oe.dev aspell: add 0.60.6, fixes compile errors with gcc 4.3.x

koen commit oe at amethyst.openembedded.net
Fri Jun 13 09:12:06 UTC 2008


aspell: add 0.60.6, fixes compile errors with gcc 4.3.x

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: ce6b94b3eee90e3e09710f46f8e6b0dee2dcd1a7
ViewMTN: http://monotone.openembedded.org/revision/info/ce6b94b3eee90e3e09710f46f8e6b0dee2dcd1a7
Files:
1
packages/aspell/aspell_0.60.6.bb
Diffs:

#
# mt diff -rc0a0afd6ad505f9b7ac3f25af3d6363bc33c859d -rce6b94b3eee90e3e09710f46f8e6b0dee2dcd1a7
#
#
#
# add_file "packages/aspell/aspell_0.60.6.bb"
#  content [fb6c580d1f0a1cf4f036860d2915c11469e286af]
#
============================================================
--- packages/aspell/aspell_0.60.6.bb	fb6c580d1f0a1cf4f036860d2915c11469e286af
+++ packages/aspell/aspell_0.60.6.bb	fb6c580d1f0a1cf4f036860d2915c11469e286af
@@ -0,0 +1,19 @@
+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
+
+do_stage() {
+	autotools_stage_all
+}






More information about the Openembedded-commits mailing list