diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-17 00:45:58 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-17 00:45:58 +0000 |
commit | cec44b21030fd1945b8bf58ebca799ceb2e92622 (patch) | |
tree | 076b93356ffa6331b12ce555bcc1e5cc7d5e82c7 /packages/nonworking/maemo/hildon-fm_0.9.1-2.bb | |
parent | 2ce85bb3df0cf49c7a8b5b147a4b4717d0f5b8cd (diff) |
nonworking: move a bunch of maemo/hildon stuff to nonworking.
* it depended on some gtk+osso package which was dropped in 2006
Diffstat (limited to 'packages/nonworking/maemo/hildon-fm_0.9.1-2.bb')
-rw-r--r-- | packages/nonworking/maemo/hildon-fm_0.9.1-2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/nonworking/maemo/hildon-fm_0.9.1-2.bb b/packages/nonworking/maemo/hildon-fm_0.9.1-2.bb new file mode 100644 index 0000000000..40654295f9 --- /dev/null +++ b/packages/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} +} |