From: Florian Boor Date: Wed, 22 Oct 2008 10:08:35 +0000 (+0200) Subject: fswebcam: A command line tool for image capture and processing - add 20070108 code... X-Git-Tag: Release-2010-05/1~5723^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5a531d6dea1892de33245958ca362762b1574d1;p=openembedded.git fswebcam: A command line tool for image capture and processing - add 20070108 code relase. --- 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"