diff options
Diffstat (limited to 'recipes/gphoto2/gphoto2_2.1.4.bb')
-rw-r--r-- | recipes/gphoto2/gphoto2_2.1.4.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gphoto2/gphoto2_2.1.4.bb b/recipes/gphoto2/gphoto2_2.1.4.bb new file mode 100644 index 0000000000..80d0ee0f27 --- /dev/null +++ b/recipes/gphoto2/gphoto2_2.1.4.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras" +SECTION = "console/utils" +LICENSE = "GPL" +DEPENDS = "libgphoto2 popt" +PR = "r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2" + +inherit autotools |