blob: 5ebed8f8bfa492a0afe47ce7f2f08151688148bf (
plain)
1
2
3
4
5
6
7
8
|
LICENSE = "GPL"
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
|