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/enchant | |
| 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/enchant')
| -rw-r--r-- | meta-moblin/packages/enchant/enchant_1.3.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-moblin/packages/enchant/enchant_1.3.0.bb b/meta-moblin/packages/enchant/enchant_1.3.0.bb new file mode 100644 index 0000000000..e9e8a898cd --- /dev/null +++ b/meta-moblin/packages/enchant/enchant_1.3.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "Enchant Spell checker API Library" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "LGPL" | ||
| 4 | DEPENDS = "aspell" | ||
| 5 | RDEPENDS = "aspell" | ||
| 6 | |||
| 7 | inherit autotools_stage pkgconfig | ||
| 8 | |||
| 9 | PR = "r1" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/enchant-${PV}" | ||
| 12 | |||
| 13 | SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz" | ||
| 14 | |||
| 15 | EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-aspell --disable-binreloc" | ||
| 16 | |||
| 17 | FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${PN} ${libdir}/${PN}/*.so" | ||
| 18 | FILES_${PN}-dev += "${libdir}/${PN}/*{SOLIBSDEV} ${libdir}/${PN}/*.la ${libdir}/${PN}/*.a" | ||
| 19 | |||
| 20 | export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " | ||
