Author: waldi Date: Tue Sep 19 22:25:46 2006 New Revision: 7460 Added: dists/trunk/linux-modules-extra-2.6/pwc/ dists/trunk/linux-modules-extra-2.6/pwc/copyright dists/trunk/linux-modules-extra-2.6/pwc/defines dists/trunk/linux-modules-extra-2.6/pwc/rules
Log: Add but not enable pwc module. pwc: Add. Added: dists/trunk/linux-modules-extra-2.6/pwc/copyright ============================================================================== --- (empty file) +++ dists/trunk/linux-modules-extra-2.6/pwc/copyright Tue Sep 19 22:25:46 2006 @@ -0,0 +1,31 @@ +This package was debianized by Victor Seva <[EMAIL PROTECTED]> on +Sun, 10 Sep 2006 10:16:07 +0200. + +This source package is Debian native, but relies on the pwc project's +source code to produce binaries. + + (C) 1999-2003 Nemosoft Unv. + (C) 2004-2006 Luc Saillard <[EMAIL PROTECTED]> + (C) 2005-2006 Victor Seva <[EMAIL PROTECTED]> + +Upstream Author: Luc Saillard <[EMAIL PROTECTED]> + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License with + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; + if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +See /usr/share/common-licenses/GPL for the full text of the GPL. + Added: dists/trunk/linux-modules-extra-2.6/pwc/defines ============================================================================== --- (empty file) +++ dists/trunk/linux-modules-extra-2.6/pwc/defines Tue Sep 19 22:25:46 2006 @@ -0,0 +1,11 @@ +[base] +arches: + amd64 + i386 + powerpc +desc: Philips USB Webcam Driver for Linux +longdesc: + Free Philips USB Webcam driver for Linux that supports VGA resolution, newer + kernels and replacing the old pwcx module. + . + Homepage: http://saillard.org/linux/pwc/ Added: dists/trunk/linux-modules-extra-2.6/pwc/rules ============================================================================== --- (empty file) +++ dists/trunk/linux-modules-extra-2.6/pwc/rules Tue Sep 19 22:25:46 2006 @@ -0,0 +1,5 @@ +$(SOURCE_STAMP): TAR = /usr/src/$(MODULE)-source.tar.bz2 + +install: + $(MAKE) -C $(HEADERS_DIR) M=$(CURDIR)/$(DIR) modules_install INSTALL_MOD_PATH=$(PACKAGE_DIR) INSTALL_MOD_DIR=updates/$(MODULE) + _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

