diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-12 08:03:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-12 08:03:59 +0000 |
commit | fea52d11eda51cb139aa01d782b122990c6c5a11 (patch) | |
tree | 19766682b589d495de0566bb54b7b1e2c5c84940 /packages/lasertraq/lasertraq.inc | |
parent | d155644256cf2c33be2d70f1179e63291d229c7f (diff) |
traqconfig: add configapplication of the lasertraq suite
Diffstat (limited to 'packages/lasertraq/lasertraq.inc')
-rw-r--r-- | packages/lasertraq/lasertraq.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/lasertraq/lasertraq.inc b/packages/lasertraq/lasertraq.inc new file mode 100644 index 0000000000..32b4679405 --- /dev/null +++ b/packages/lasertraq/lasertraq.inc @@ -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}" + |