diff options
Diffstat (limited to 'packages/setpwc/setpwc_0.9.bb')
-rw-r--r-- | packages/setpwc/setpwc_0.9.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/setpwc/setpwc_0.9.bb b/packages/setpwc/setpwc_0.9.bb new file mode 100644 index 0000000000..595e2ab764 --- /dev/null +++ b/packages/setpwc/setpwc_0.9.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Set various aspects of Philips (and compatible) WebCams." +SECTION = "console" +PRIORITY = "optional" +MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>" +HOMEPAGE = "http://www.vanheusden.com/setpwc/" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "http://www.vanheusden.com/setpwc/setpwc-${PV}.tgz \ + file://Makefile.patch;patch=1" + +inherit autotools + +do_install() { + install -d ${D}${bindir} + install -m 0755 ${S}/setpwc ${D}${bindir}/setpwc +} |