aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/camsource/camsource_0.7.0.bb
blob: 43930d8caad4456000ff511f85dd6d66a25a66c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "camsource grabs images from a video4linux device and makes them \
available to various plugins for processing or handling."
SECTION = "console/utils"
LICENSE = "GPL"
DEPENDS = "jpeg libxml2"

SRC_URI = "${SOURCEFORGE_MIRROR}/camsource/camsource-${PV}.tar.bz2 \
	   file://gcc34.patch;patch=1"
S = "${WORKDIR}/camsource-${PV}"

inherit autotools