diff options
Diffstat (limited to 'recipes/nonworking/maemo/osso-thumbnail_0.3.1-1.bb')
-rw-r--r-- | recipes/nonworking/maemo/osso-thumbnail_0.3.1-1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/nonworking/maemo/osso-thumbnail_0.3.1-1.bb b/recipes/nonworking/maemo/osso-thumbnail_0.3.1-1.bb new file mode 100644 index 0000000000..866e755b0d --- /dev/null +++ b/recipes/nonworking/maemo/osso-thumbnail_0.3.1-1.bb @@ -0,0 +1,22 @@ +PR = "r2" +LICENSE = "" + +DEPENDS = "gtk+-2.6.4-1.osso7 osso-gnome-vfs2" +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/osso-thumbnail/osso-thumbnail_${PV}.tar.gz" + +S = "${WORKDIR}/osso-thumbnail-0.3.1" + +inherit pkgconfig autotools +EXTRA_OECONF = "--disable-gtk-doc" + + +do_stage() { + install -d ${STAGING_INCDIR} + install -d ${STAGING_LIBDIR} + install -m 644 thumbs/*.h ${STAGING_INCDIR} + install thumbs/.libs/libossothumbnail.so ${STAGING_LIBDIR} + install thumbs/.libs/libossothumbnail.so.0 ${STAGING_LIBDIR} + install thumbs/.libs/libossothumbnail.so.0.0.3 ${STAGING_LIBDIR} +} + + |