summaryrefslogtreecommitdiff
path: root/package/setpwc
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/setpwc
Initial import
Diffstat (limited to 'package/setpwc')
-rw-r--r--package/setpwc/Config.in9
-rw-r--r--package/setpwc/Makefile26
-rw-r--r--package/setpwc/ipkg/setpwc.control4
3 files changed, 39 insertions, 0 deletions
diff --git a/package/setpwc/Config.in b/package/setpwc/Config.in
new file mode 100644
index 000000000..ac344cac3
--- /dev/null
+++ b/package/setpwc/Config.in
@@ -0,0 +1,9 @@
+config ADK_PACKAGE_SETPWC
+ prompt "setpwc............................ Philips (and compatibles) WebCams (PWC) control utility"
+ tristate
+ default n
+ help
+ Philips (and compatibles) WebCams (PWC) control utility.
+
+ http://www.vanheusden.com/setpwc/
+
diff --git a/package/setpwc/Makefile b/package/setpwc/Makefile
new file mode 100644
index 000000000..ab7983de9
--- /dev/null
+++ b/package/setpwc/Makefile
@@ -0,0 +1,26 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${TOPDIR}/rules.mk
+
+PKG_NAME:= setpwc
+PKG_VERSION:= 1.2
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 1bc721cdfcbac24027e2afc93685d29f
+MASTER_SITES:= http://www.vanheusden.com/setpwc/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,SETPWC,setpwc,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+do-build:
+ ${TARGET_CC} ${TCFLAGS} -DVERSION=\"${PKG_VERSION}\" -o ${WRKBUILD}/setpwc ${WRKBUILD}/setpwc.c
+
+do-install:
+ ${INSTALL_DIR} ${IDIR_SETPWC}/usr/bin
+ ${INSTALL_BIN} ${WRKBUILD}/setpwc ${IDIR_SETPWC}/usr/bin/
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/setpwc/ipkg/setpwc.control b/package/setpwc/ipkg/setpwc.control
new file mode 100644
index 000000000..1d7299a8d
--- /dev/null
+++ b/package/setpwc/ipkg/setpwc.control
@@ -0,0 +1,4 @@
+Package: setpwc
+Priority: optional
+Section: admin
+Description: Philips (and compatibles) WebCams (PWC) control utility