summaryrefslogtreecommitdiff
path: root/packages/enchant/enchant_1.3.0.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-04-03 11:26:00 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-04-03 11:26:00 +0000
commit64eb2bf220e8e4e50d1e801d657de63b45edbfa8 (patch)
tree262f39b7066cb6675bf381032b9d2a3bfdf3eb36 /packages/enchant/enchant_1.3.0.bb
parent4efb36f97fd454f283fe8e2ff65f827d2e9c57f7 (diff)
parent2d3b8c1c35800b52fcbd570f455321add113e3ae (diff)
merge of 'acf4b7a604a664fd099f500a1314ae67093f431d'
and 'b5facee80862bc1e72163e99edaccd567d9621ed'
Diffstat (limited to 'packages/enchant/enchant_1.3.0.bb')
-rw-r--r--packages/enchant/enchant_1.3.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/enchant/enchant_1.3.0.bb b/packages/enchant/enchant_1.3.0.bb
new file mode 100644
index 0000000000..f1544336af
--- /dev/null
+++ b/packages/enchant/enchant_1.3.0.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Enchant Spell checker API Library"
+PRIORITY = "optional"
+SECTION = "libs"
+LICENSE = "LGPL"
+DEPENDS = "aspell"
+RDEPENDS = "aspell"
+
+inherit autotools pkgconfig
+
+PR = "r0"
+
+S = "${WORKDIR}/enchant-${PV}"
+
+SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz"
+
+EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR}/${HOST_SYS} --enable-aspell --disable-binreloc"
+
+FILES_${PN} = "/usr/bin/* /usr/lib/enchant/*.so /usr/share/enchant /usr/lib/libenchant*.so.*"
+
+do_stage() {
+ autotools_stage_all
+}