aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fswebcam
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2008-10-22 12:08:35 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2008-10-22 12:08:35 +0200
commitb5a531d6dea1892de33245958ca362762b1574d1 (patch)
tree2e02fe72ba09e514454f3655dd3e2313918e0eca /packages/fswebcam
parent29ebfef2e92b229f2ba91e0cbfe85ad43dee6458 (diff)
downloadopenembedded-b5a531d6dea1892de33245958ca362762b1574d1.tar.gz
fswebcam: A command line tool for image capture and processing - add 20070108 code relase.
Diffstat (limited to 'packages/fswebcam')
-rw-r--r--packages/fswebcam/fswebcam_20070108.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/fswebcam/fswebcam_20070108.bb b/packages/fswebcam/fswebcam_20070108.bb
new file mode 100644
index 0000000000..e24dbf3533
--- /dev/null
+++ b/packages/fswebcam/fswebcam_20070108.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Webcam imaage grabber and manipulation application."
+SECTION = "graphics"
+DEPENDS = "gd"
+LICENSE = "GPL"
+
+PR = "r0"
+
+inherit autotools
+
+SRC_URI = "http://www.firestorm.cx/fswebcam/files/${P}.tar.gz"