summaryrefslogtreecommitdiff
path: root/packages/maemo/osso-thumbnail_0.3.1-1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/maemo/osso-thumbnail_0.3.1-1.bb')
-rw-r--r--packages/maemo/osso-thumbnail_0.3.1-1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/maemo/osso-thumbnail_0.3.1-1.bb b/packages/maemo/osso-thumbnail_0.3.1-1.bb
index e69de29bb2..26a2094007 100644
--- a/packages/maemo/osso-thumbnail_0.3.1-1.bb
+++ b/packages/maemo/osso-thumbnail_0.3.1-1.bb
@@ -0,0 +1,16 @@
+LICENSE = ""
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+
+DEPENDS = "gtk+ gnome-vfs-dbus"
+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 -m 644 thumbs/*.h ${STAGING_INCDIR}
+}
+
+