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