opkg-utils: Fix typo and drop duplicate S entry
[openembedded.git] / recipes / setpwc / setpwc_1.2.bb
blobe50a7072fc51a4e36cfe7a17e5119f15d9808c2d
1 DESCRIPTION = "Set various aspects of Philips (and compatible) WebCams."
2 SECTION = "console"
3 PRIORITY = "optional"
4 HOMEPAGE = "http://www.vanheusden.com/setpwc/"
5 LICENSE = "GPL"
6 PR = "r0"
8 SRC_URI = "http://www.vanheusden.com/setpwc/setpwc-${PV}.tgz"
10 TARGET_CC_ARCH += " ${LDFLAGS}"
12 inherit autotools
14 INHIBIT_AUTO_STAGE = "1"
16 do_install() {
17 install -d ${D}${bindir}
18 install -m 0755 ${S}/setpwc ${D}${bindir}/setpwc
21 SRC_URI[md5sum] = "1bc721cdfcbac24027e2afc93685d29f"
22 SRC_URI[sha256sum] = "855dcf73bda36e6445119f0b1b0a63464ba237d82794f115912464f8aebc5ed1"