forked from ports/contrib
qc-usb: dropped is in kernel now
This commit is contained in:
parent
a3e612bbc0
commit
2f503ba046
@ -1,8 +0,0 @@
|
||||
drwxr-xr-x root/root lib/
|
||||
drwxr-xr-x root/root lib/modules/
|
||||
drwxr-xr-x root/root lib/modules/<kernel-version>/
|
||||
drwxr-xr-x root/root lib/modules/<kernel-version>/misc/
|
||||
-rw-r--r-- root/root lib/modules/<kernel-version>/misc/quickcam.ko
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/qcset
|
@ -1 +0,0 @@
|
||||
9eab8fb3a75326d1565d59b0c7256075 qc-usb-0.6.6.tar.gz
|
@ -1,21 +0,0 @@
|
||||
# Description: Logitech QuickCam USB camera driver.
|
||||
# URL: http://qce-ga.sourceforge.net/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Depends on:
|
||||
|
||||
name=qc-usb
|
||||
version=0.6.6
|
||||
release=1
|
||||
source=(http://downloads.sourceforge.net/sourceforge/qce-ga/qc-usb-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd qc-usb-$version
|
||||
make all LINUX_DIR=/usr/src/linux-$(uname -r)
|
||||
make install PREFIX=$PKG/usr MODULE_DIR=$PKG/lib/modules/$(uname -r)
|
||||
|
||||
# silly Makefile install the *.ko module not the *.o module!
|
||||
install -c -D -m644 quickcam.ko $PKG/lib/modules/$(uname -r)/misc/quickcam.ko
|
||||
rm $PKG/lib/modules/$(uname -r)/misc/quickcam.o
|
||||
}
|
||||
|
@ -1,22 +0,0 @@
|
||||
REQUIREMENTS:
|
||||
|
||||
PRECAUTION:
|
||||
|
||||
PRE-INSTALL:
|
||||
|
||||
USB and Video4Linux must be in the kernel, and modprobed if built as modules, also the kernel source must be present in:
|
||||
"/usr/src/linux-VERSION" VERSION being what "uname -r" returns.
|
||||
|
||||
POST-INSTALL:
|
||||
|
||||
Add "/sbin/modprobe quickcam" to /etc/rc.modules
|
||||
|
||||
PRE-REMOVE:
|
||||
|
||||
POST-REMOVE:
|
||||
|
||||
NOTES:
|
||||
|
||||
I find setting $MODPROBE=/sbin/modprobe easier, then use:
|
||||
|
||||
$MODPROBE quickcam
|
Loading…
x
Reference in New Issue
Block a user