1 These are driver packaging scripts for SN9C20x USB 2.0 Webcam Driver
2 More info here: http://groups.google.com/group/microdia/
4 Packaging scripts for Fedora maintained by: GWater <grewater@googlemail.com>
8 1. Get the latest snapshot:
9 $ wget "http://repo.or.cz/w/microdia.git?a=snapshot;sf=tgz" -O microdia-v2009.01.tar.gz
11 2. Move the tarball to the SOURCES directory.
14 $ rpmbuild -ba sn9c20x-kmod.spec
15 Note: This will create an "akmod". This means the kernel module
16 will rebuild itself for every new kernel automatically. If you
17 want to build an package for a specific kernel use this command:
18 $ rpmbuild -ba sn9c20x-kmod.spec --define "kernels `uname -r`" --target `uname -i`
20 4. To build an (optional) package with the documentation run:
21 $ rpmbuild -ba sn9c20x-common.spec
23 5. Install the packages: