aboutsummaryrefslogtreecommitdiffstats
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.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/maemo/osso-thumbnail_0.3.1-1.bb b/packages/maemo/osso-thumbnail_0.3.1-1.bb
deleted file mode 100644
index 866e755b0d..0000000000
--- a/packages/maemo/osso-thumbnail_0.3.1-1.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-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}
-}
-
-