summaryrefslogtreecommitdiff
path: root/openwrt/package/setpwc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
commitd58a09110ccfa95f06c983fe796806f2e035c9d2 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/package/setpwc
parentaf034797eeb62b62ac05442d5a688b28ccd0f16b (diff)
downloadmtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.zip
mtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.gz
mtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.bz2
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
SVN-Revision: 4944
Diffstat (limited to 'openwrt/package/setpwc')
-rw-r--r--openwrt/package/setpwc/Config.in9
-rw-r--r--openwrt/package/setpwc/Makefile32
-rw-r--r--openwrt/package/setpwc/ipkg/setpwc.control4
3 files changed, 0 insertions, 45 deletions
diff --git a/openwrt/package/setpwc/Config.in b/openwrt/package/setpwc/Config.in
deleted file mode 100644
index 19f32c6..0000000
--- a/openwrt/package/setpwc/Config.in
+++ /dev/null
@@ -1,9 +0,0 @@
-config BR2_PACKAGE_SETPWC
- prompt "setpwc............................ Philips (and compatibles) WebCams (PWC) control utility"
- tristate
- default m if CONFIG_DEVEL
- help
- Philips (and compatibles) WebCams (PWC) control utility.
-
- http://www.vanheusden.com/setpwc/
-
diff --git a/openwrt/package/setpwc/Makefile b/openwrt/package/setpwc/Makefile
deleted file mode 100644
index dbd41c5..0000000
--- a/openwrt/package/setpwc/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id$
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=setpwc
-PKG_VERSION:=1.0
-PKG_RELEASE:=1
-PKG_MD5SUM:=a125d76f630c4aab940df5912f161965
-
-PKG_SOURCE_URL:=http://www.vanheusden.com/setpwc/
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
-PKG_CAT:=zcat
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-
-include $(TOPDIR)/package/rules.mk
-
-$(eval $(call PKG_template,SETPWC,setpwc,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-
-$(PKG_BUILD_DIR)/.configured:
- touch $@
-
-$(PKG_BUILD_DIR)/.built:
- $(TARGET_CC) $(TARGET_CFLAGS) -DVERSION=\"$(PKG_VERSION)\" -o $(PKG_BUILD_DIR)/setpwc $(PKG_BUILD_DIR)/setpwc.c
- touch $@
-
-$(IPKG_SETPWC):
- install -d -m0755 $(IDIR_SETPWC)/usr/bin
- install -m0755 $(PKG_BUILD_DIR)/setpwc $(IDIR_SETPWC)/usr/bin/
- $(RSTRIP) $(IDIR_SETPWC)
- $(IPKG_BUILD) $(IDIR_SETPWC) $(PACKAGE_DIR)
diff --git a/openwrt/package/setpwc/ipkg/setpwc.control b/openwrt/package/setpwc/ipkg/setpwc.control
deleted file mode 100644
index 1d7299a..0000000
--- a/openwrt/package/setpwc/ipkg/setpwc.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: setpwc
-Priority: optional
-Section: admin
-Description: Philips (and compatibles) WebCams (PWC) control utility