tinc: Recipe for 1.0.9
[openembedded/mini2440.git] / recipes / gphoto2 / gphoto2_2.4.4.bb
blob8af31d15dc5fa941cadab0449ffc7d8337bcf385
1 DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras"
2 SECTION = "console/utils"
3 LICENSE = "GPL"
4 DEPENDS = "libtool libgphoto2 popt"
5 PR = "r0"
7 SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2\
8 file://gphoto-popt-fixup.patch;patch=1"
10 inherit autotools
12 do_configure_append() {
13 find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'