summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/maemo/hildon-fm_0.9.1-2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/maemo/hildon-fm_0.9.1-2.bb b/packages/maemo/hildon-fm_0.9.1-2.bb
index e69de29bb2..a1612b13c6 100644
--- a/packages/maemo/hildon-fm_0.9.1-2.bb
+++ b/packages/maemo/hildon-fm_0.9.1-2.bb
@@ -0,0 +1,19 @@
+LICENSE = "GPL/LGPL"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+
+DEPENDS = "gtk+-2.6.4-1.osso7 outo libxi xt libpng gconf hildon-lgpl osso-thumbnail osso-gwconnect"
+SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/hildon-fm/hildon-fm_${PV}.tar.gz"
+
+S = "${WORKDIR}/hildon-fm-0.9.1"
+FILES_${PN} += "${libdir}/outo/*.so"
+
+inherit pkgconfig autotools
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+do_stage() {
+ install -d ${STAGING_INCDIR}/hildon-widgets
+ install -d ${STAGING_LIBDIR}
+ install -m 644 hildon-fm/*.h ${STAGING_INCDIR}/hildon-widgets
+ install -m 755 hildon-fm/.libs/*.so* ${STAGING_LIBDIR}
+}