diff options
Diffstat (limited to 'gphoto2')
-rw-r--r-- | gphoto2/gphoto2_2.1.4.oe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gphoto2/gphoto2_2.1.4.oe b/gphoto2/gphoto2_2.1.4.oe index e69de29bb2..426344ff21 100644 --- a/gphoto2/gphoto2_2.1.4.oe +++ b/gphoto2/gphoto2_2.1.4.oe @@ -0,0 +1,7 @@ +SECTION = "console/utils" +DEPENDS = "libgphoto2 popt" +DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras" + +SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2" + +inherit autotools |