summaryrefslogtreecommitdiff
path: root/packages/maemo4/libhildonhelp_1.9.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-11-16 10:08:33 +0000
committerKoen Kooi <koen@openembedded.org>2007-11-16 10:08:33 +0000
commite9c66498ae5b15b985de0e24f8de88f703bd20d5 (patch)
tree8da0b4f0e53ba59f81a76980c5835b02b756002f /packages/maemo4/libhildonhelp_1.9.1.bb
parent94e5d58d26903ea83db255f360c8526a563a4385 (diff)
maemo: rename maemo3 to maemo4 since it's using most of the chinook API already
Diffstat (limited to 'packages/maemo4/libhildonhelp_1.9.1.bb')
-rw-r--r--packages/maemo4/libhildonhelp_1.9.1.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/maemo4/libhildonhelp_1.9.1.bb b/packages/maemo4/libhildonhelp_1.9.1.bb
new file mode 100644
index 0000000000..43d4c15d2e
--- /dev/null
+++ b/packages/maemo4/libhildonhelp_1.9.1.bb
@@ -0,0 +1,23 @@
+LICENSE = "LGPL"
+DESCRIPTION = "Nokia hildon help library"
+
+DEPENDS = "libart-lgpl libpng jpeg libxml2 gtkhtml-3.8 libosso"
+
+PR = "r0"
+
+SRC_URI = "http://repository.maemo.org/pool/sardine-experimental/main.disabled/source/libh/libhildonhelp/libhildonhelp_${PV}-1.tar.gz"
+
+inherit autotools pkgconfig lib_package
+
+S = "${WORKDIR}/${PV}-1"
+
+do_configure_prepend() {
+ # remove Werror from OSSO_CFLAGS
+ sed -i s:-Werror::g configure.ac
+}
+
+do_stage() {
+ autotools_stage_all
+}
+
+