diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:57:08 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:57:08 +0100 |
commit | 7f41a0424c23149e6cbdd742953b4c07f24301ad (patch) | |
tree | dc7135eb8d2ee23159bea465cfbe3c433a6f4e39 /xorg | |
parent | d902873f7a9c49e60c49dcb4a7d03a54c656cd86 (diff) | |
download | nutyx-pakxe-7f41a0424c23149e6cbdd742953b4c07f24301ad.tar.gz nutyx-pakxe-7f41a0424c23149e6cbdd742953b4c07f24301ad.tar.bz2 nutyx-pakxe-7f41a0424c23149e6cbdd742953b4c07f24301ad.tar.xz nutyx-pakxe-7f41a0424c23149e6cbdd742953b4c07f24301ad.zip |
Ajout de xorg-xf86-video-v4l#0.2.0-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xf86-video-v4l/.footprint | 10 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-v4l/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-v4l/Pkgfile | 18 |
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-video-v4l/.footprint b/xorg/xorg-xf86-video-v4l/.footprint new file mode 100644 index 000000000..e34db8bd0 --- /dev/null +++ b/xorg/xorg-xf86-video-v4l/.footprint @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/xorg/ +drwxr-xr-x root/root usr/lib/xorg/modules/ +drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/v4l_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/v4l_drv.so +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man4/ +-rw-r--r-- root/root usr/man/man4/v4l.4.gz diff --git a/xorg/xorg-xf86-video-v4l/.md5sum b/xorg/xorg-xf86-video-v4l/.md5sum new file mode 100644 index 000000000..3e731b773 --- /dev/null +++ b/xorg/xorg-xf86-video-v4l/.md5sum @@ -0,0 +1 @@ +2251ae2a0a905764941cd7b098e85ad1 xf86-video-v4l-0.2.0.tar.bz2 diff --git a/xorg/xorg-xf86-video-v4l/Pkgfile b/xorg/xorg-xf86-video-v4l/Pkgfile new file mode 100644 index 000000000..76504ed95 --- /dev/null +++ b/xorg/xorg-xf86-video-v4l/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-video-v4l +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-video-v4l +version=0.2.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-v4l-$version.tar.bz2) + +build() { + cd xf86-video-v4l-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |