aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/maemo/hildon-fm_0.9.1-2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nonworking/maemo/hildon-fm_0.9.1-2.bb')
-rw-r--r--recipes/nonworking/maemo/hildon-fm_0.9.1-2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/nonworking/maemo/hildon-fm_0.9.1-2.bb b/recipes/nonworking/maemo/hildon-fm_0.9.1-2.bb
new file mode 100644
index 0000000000..40654295f9
--- /dev/null
+++ b/recipes/nonworking/maemo/hildon-fm_0.9.1-2.bb
@@ -0,0 +1,19 @@
+PR = "r1"
+LICENSE = "GPL LGPL"
+
+DEPENDS = "gtk+-2.6.4-1.osso7 outo libxi libxt 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-fm/hildon-widgets
+ install -d ${STAGING_LIBDIR}
+ install -m 644 hildon-fm/*.h ${STAGING_INCDIR}/hildon-fm/hildon-widgets
+ install -m 755 hildon-fm/.libs/*.so* ${STAGING_LIBDIR}
+}