libxine: update to version 1.1.19
[openembedded.git] / recipes / spca5xx / spca5xx_20060501.bb
blob550e0fcb32871bd1479c9ea5c2bfa010ae623f4c
1 DESCRIPTION = "USB Webcam driver for spca5xx chipset family supporting \
2 over 100 models of camera"
3 PRIORITY = "optional"
4 SECTION = "kernel/modules"
5 LICENSE = "GPL"
7 SRC_URI = "http://mxhaard.free.fr/spca50x/Download/spca5xx-${PV}.tar.gz \
8 file://Makefile.patch"
10 S = "${WORKDIR}/spca5xx-${PV}"
12 inherit module
14 do_compile () {
15 unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
16 oe_runmake 'KERNELDIR=${STAGING_KERNEL_DIR}' \
17 'CC=${KERNEL_CC}' \
18 'LD=${KERNEL_LD}'
21 do_install() {
22 install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
23 install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
26 SRC_URI[md5sum] = "8fcec25715aea10f9ebec5728c37e752"
27 SRC_URI[sha256sum] = "b8049142742cc81bc945aadefb40d173aeb447e428ec62a93e781032ea9b40c2"