traqconfig: add configapplication of the lasertraq suite
authorKoen Kooi <koen@openembedded.org>
Thu, 12 Jun 2008 08:03:59 +0000 (08:03 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 12 Jun 2008 08:03:59 +0000 (08:03 +0000)
packages/lasertraq/.mtn2git_empty [new file with mode: 0644]
packages/lasertraq/lasertraq.inc [new file with mode: 0644]
packages/lasertraq/traqconfig_0.8.bb [new file with mode: 0644]

diff --git a/packages/lasertraq/.mtn2git_empty b/packages/lasertraq/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/lasertraq/lasertraq.inc b/packages/lasertraq/lasertraq.inc
new file mode 100644 (file)
index 0000000..32b4679
--- /dev/null
@@ -0,0 +1,10 @@
+DESCRIPTION = "LaserTraq is a package to enable you to use a laserpointer in connection with a camera as input device."
+LICENSE = "GPL"
+DEPENDS = "gstreamer gtk+"
+
+SRC_URI = "http://lasertraq.googlecode.com/files/lasertraq-0.8-r213.tar.bz2"
+
+inherit autotools
+
+S = "${WORKDIR}/lasertraq/${PN}"
+
diff --git a/packages/lasertraq/traqconfig_0.8.bb b/packages/lasertraq/traqconfig_0.8.bb
new file mode 100644 (file)
index 0000000..9687b86
--- /dev/null
@@ -0,0 +1,6 @@
+require lasertraq.inc
+
+
+FILES_${PN} += "${datadir}/gnome ${datadir}/traqConfig"
+FILES_${PN}-doc += "/usr/doc/"
+