diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/aspell | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/aspell')
-rw-r--r-- | packages/aspell/aspell-lang.inc | 20 | ||||
-rw-r--r-- | packages/aspell/aspell-native_0.60.5.bb | 6 | ||||
-rw-r--r-- | packages/aspell/aspell6-en_6.0-0.bb | 14 | ||||
-rw-r--r-- | packages/aspell/aspell6-pl_6.0-20061121-0.bb | 17 | ||||
-rw-r--r-- | packages/aspell/aspell_0.60.5.bb | 19 | ||||
-rw-r--r-- | packages/aspell/aspell_0.60.6.bb | 19 |
6 files changed, 0 insertions, 95 deletions
diff --git a/packages/aspell/aspell-lang.inc b/packages/aspell/aspell-lang.inc deleted file mode 100644 index 8c58136f0e..0000000000 --- a/packages/aspell/aspell-lang.inc +++ /dev/null @@ -1,20 +0,0 @@ -FILES_${PN} = "/usr/lib/aspell* /usr/share/aspell*" - -DEPENDS = "aspell-native" - -do_configure() { - cd ${S} - DESTDIR=${D} ./configure --vars ASPELL=${STAGING_BINDIR_NATIVE}/aspell -} - -do_compile() { - sed -i -e "s|dictdir.*lib|dictdir = ${libdir}|" Makefile - sed -i -e "s|datadir.*lib|datadir = ${libdir}|" Makefile - oe_runmake -} - -do_install() { - unset datadir - oe_runmake install -} - diff --git a/packages/aspell/aspell-native_0.60.5.bb b/packages/aspell/aspell-native_0.60.5.bb deleted file mode 100644 index 174821ce46..0000000000 --- a/packages/aspell/aspell-native_0.60.5.bb +++ /dev/null @@ -1,6 +0,0 @@ -require aspell_${PV}.bb - -inherit native - -S = "${WORKDIR}/aspell-${PV}" - diff --git a/packages/aspell/aspell6-en_6.0-0.bb b/packages/aspell/aspell6-en_6.0-0.bb deleted file mode 100644 index a8bf72d824..0000000000 --- a/packages/aspell/aspell6-en_6.0-0.bb +++ /dev/null @@ -1,14 +0,0 @@ -LICENSE = "Copyright file" -SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-${PV}.tar.bz2" -PR ="r1" - -require aspell-lang.inc - -FILES_${PN} += "${docdir}/Copyright" -FILES_${PN}-doc = "" - -do_install_append() { - install -d ${D}${docdir} - install ${S}/Copyright ${D}${docdir} -} - diff --git a/packages/aspell/aspell6-pl_6.0-20061121-0.bb b/packages/aspell/aspell6-pl_6.0-20061121-0.bb deleted file mode 100644 index 8b2fb57555..0000000000 --- a/packages/aspell/aspell6-pl_6.0-20061121-0.bb +++ /dev/null @@ -1,17 +0,0 @@ -LICENSE = "GPLv2" -SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/dict/pl/aspell6-pl-6.0_20061121-0.tar.bz2" -PR ="r1" - -require aspell-lang.inc - -S = "${WORKDIR}/aspell6-pl-6.0_20061121-0" - -FILES_${PN} += "${docdir}/Copyright" -FILES_${PN}-doc = "" - -do_install_append() { - install -d ${D}${docdir} - install ${S}/Copyright ${D}${docdir} -} - - diff --git a/packages/aspell/aspell_0.60.5.bb b/packages/aspell/aspell_0.60.5.bb deleted file mode 100644 index 66b21f9e52..0000000000 --- a/packages/aspell/aspell_0.60.5.bb +++ /dev/null @@ -1,19 +0,0 @@ -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 -} diff --git a/packages/aspell/aspell_0.60.6.bb b/packages/aspell/aspell_0.60.6.bb deleted file mode 100644 index 66b21f9e52..0000000000 --- a/packages/aspell/aspell_0.60.6.bb +++ /dev/null @@ -1,19 +0,0 @@ -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 -} |