diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-14 22:02:59 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-14 22:02:59 +0200 |
commit | bb4d957423f6cce4e76e64075eef356e8988653c (patch) | |
tree | 557425515312935216e03142dc8a5679f107597b /recipes | |
parent | 3ea26e581ef974af4b8e4dc2c754ddd1c4dee8bc (diff) |
enchant: remove old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/enchant/enchant_1.1.3.bb | 26 | ||||
-rw-r--r-- | recipes/enchant/enchant_1.2.5.bb | 31 |
2 files changed, 0 insertions, 57 deletions
diff --git a/recipes/enchant/enchant_1.1.3.bb b/recipes/enchant/enchant_1.1.3.bb deleted file mode 100644 index ab544f1fdc..0000000000 --- a/recipes/enchant/enchant_1.1.3.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Enchant Spell checker API Library" -PRIORITY = "optional" -SECTION = "libs" - -DEPENDS = "aspell" -RDEPENDS_${PN} = "aspell" - -inherit autotools pkgconfig - -PR = "r1" - -S = "${WORKDIR}/enchant-${PV}" - -SRC_URI = "http://download.sourceforge.net/abiword/enchant-1.1.3.tar.gz" - -do_stage() { - oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} \ - mandir=${STAGING_DIR_HOST}${layout_mandir} -} - -SRC_URI[md5sum] = "c95186755fe46b27a78d9a85fef2175c" -SRC_URI[sha256sum] = "6a8bce57437c514f2578e7ff09f8a48ff3b20e7ed746c3113372d2c75d382c83" diff --git a/recipes/enchant/enchant_1.2.5.bb b/recipes/enchant/enchant_1.2.5.bb deleted file mode 100644 index 2c3be164f7..0000000000 --- a/recipes/enchant/enchant_1.2.5.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "Enchant Spell checker API Library" -PRIORITY = "optional" -SECTION = "libs" -LICENSE = "LGPL" -DEPENDS = "aspell" -RDEPENDS_${PN} = "aspell" - -inherit autotools pkgconfig - -PR = "r2" - -S = "${WORKDIR}/enchant-${PV}" - -SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz \ - file://configure.patch" - -EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${layout_prefix} --enable-aspell --disable-binreloc" - -FILES_${PN} = "/usr/bin/* /usr/lib/enchant/*.so /usr/share/enchant /usr/lib/libenchant*.so.*" - -do_stage() { - oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} \ - mandir=${STAGING_DIR_HOST}${layout_mandir} -} - -SRC_URI[md5sum] = "e64ec808ed2cb687c242ebb835faeb61" -SRC_URI[sha256sum] = "15348bf21125536b3bce1e477e50310e4b192c43c35476e949f41280bc7123d8" |