neuros-lib-widgets: add neuros Extra QT base widgets
authorKoen Kooi <koen@openembedded.org>
Tue, 15 Jul 2008 09:59:50 +0000 (09:59 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 15 Jul 2008 09:59:50 +0000 (09:59 +0000)
packages/neuros-public/neuros-lib-widgets_git.bb [new file with mode: 0644]

diff --git a/packages/neuros-public/neuros-lib-widgets_git.bb b/packages/neuros-public/neuros-lib-widgets_git.bb
new file mode 100644 (file)
index 0000000..0e1e22e
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "Neuros qt-plugins"
+LICENSE = "GPL"
+
+DEPENDS = "qt-embedded"
+
+inherit qtopia4core
+
+SRCREV = "9988829eab1428f03f5f5dba8866b2f4da267d67"
+SRC_URI = "git://git.neurostechnology.com/git/lib-widgets;protocol=git"
+S = "${WORKDIR}/git/"
+
+do_install() {
+       install -d ${D}/${libdir}/
+       install -m 0755 ${S}/build/lib* ${D}/${libdir}
+}
+
+