diff options
Diffstat (limited to 'recipes/setpwc/setpwc_1.2.bb')
-rw-r--r-- | recipes/setpwc/setpwc_1.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/setpwc/setpwc_1.2.bb b/recipes/setpwc/setpwc_1.2.bb new file mode 100644 index 0000000000..5f67b94d2d --- /dev/null +++ b/recipes/setpwc/setpwc_1.2.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Set various aspects of Philips (and compatible) WebCams." +SECTION = "console" +PRIORITY = "optional" +HOMEPAGE = "http://www.vanheusden.com/setpwc/" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "http://www.vanheusden.com/setpwc/setpwc-${PV}.tgz" + +TARGET_CC_ARCH += " ${LDFLAGS}" + +inherit autotools + +INHIBIT_AUTO_STAGE = "1" + +do_install() { + install -d ${D}${bindir} + install -m 0755 ${S}/setpwc ${D}${bindir}/setpwc +} |