aboutsummaryrefslogtreecommitdiffstats
path: root/packages/setpwc/setpwc_1.1.bb
blob: 309decf23669389e4024aae1392d541f9d558188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Set various aspects of Philips (and compatible) WebCams."
SECTION = "console"
PRIORITY = "optional"
HOMEPAGE = "http://www.vanheusden.com/setpwc/"
LICENSE = "GPL"
FILE_PR = "r0"

SRC_URI = "http://www.vanheusden.com/setpwc/setpwc-${PV}.tgz \
	   file://makefile.diff;patch=1"

inherit autotools

INHIBIT_AUTO_STAGE = "1"

do_install() {
	install -d ${D}${bindir}
	install -m 0755 ${S}/setpwc ${D}${bindir}/setpwc
}