diff options
Diffstat (limited to 'recipes/lasertraq/lasertraq.inc')
-rw-r--r-- | recipes/lasertraq/lasertraq.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/lasertraq/lasertraq.inc b/recipes/lasertraq/lasertraq.inc new file mode 100644 index 0000000000..32b4679405 --- /dev/null +++ b/recipes/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}" + |