summaryrefslogtreecommitdiffstats
path: root/acompiler/xorg-xf86-video-nouveau
diff options
context:
space:
mode:
Diffstat (limited to 'acompiler/xorg-xf86-video-nouveau')
-rw-r--r--acompiler/xorg-xf86-video-nouveau/.footprint.i68615
-rw-r--r--acompiler/xorg-xf86-video-nouveau/.footprint.x86_6415
-rw-r--r--acompiler/xorg-xf86-video-nouveau/.md5sum.i6861
-rw-r--r--acompiler/xorg-xf86-video-nouveau/.md5sum.x86_641
-rw-r--r--acompiler/xorg-xf86-video-nouveau/Pkgfile25
5 files changed, 0 insertions, 57 deletions
diff --git a/acompiler/xorg-xf86-video-nouveau/.footprint.i686 b/acompiler/xorg-xf86-video-nouveau/.footprint.i686
deleted file mode 100644
index a346911e1..000000000
--- a/acompiler/xorg-xf86-video-nouveau/.footprint.i686
+++ /dev/null
@@ -1,15 +0,0 @@
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/X11/
-drwxr-xr-x root/root etc/X11/xorg.conf.d/
--rw-r--r-- root/root etc/X11/xorg.conf.d/40-nouveau.conf
-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/nouveau_drv.la
--rwxr-xr-x root/root usr/lib/xorg/modules/drivers/nouveau_drv.so
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man4/
--rw-r--r-- root/root usr/share/man/man4/nouveau.4.gz
diff --git a/acompiler/xorg-xf86-video-nouveau/.footprint.x86_64 b/acompiler/xorg-xf86-video-nouveau/.footprint.x86_64
deleted file mode 100644
index a346911e1..000000000
--- a/acompiler/xorg-xf86-video-nouveau/.footprint.x86_64
+++ /dev/null
@@ -1,15 +0,0 @@
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/X11/
-drwxr-xr-x root/root etc/X11/xorg.conf.d/
--rw-r--r-- root/root etc/X11/xorg.conf.d/40-nouveau.conf
-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/nouveau_drv.la
--rwxr-xr-x root/root usr/lib/xorg/modules/drivers/nouveau_drv.so
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man4/
--rw-r--r-- root/root usr/share/man/man4/nouveau.4.gz
diff --git a/acompiler/xorg-xf86-video-nouveau/.md5sum.i686 b/acompiler/xorg-xf86-video-nouveau/.md5sum.i686
deleted file mode 100644
index 808f866f4..000000000
--- a/acompiler/xorg-xf86-video-nouveau/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-a73d6691d36ce45ce4ec136562674440 xf86-video-nouveau-0.0.16-g065576d.tar.bz2
diff --git a/acompiler/xorg-xf86-video-nouveau/.md5sum.x86_64 b/acompiler/xorg-xf86-video-nouveau/.md5sum.x86_64
deleted file mode 100644
index 808f866f4..000000000
--- a/acompiler/xorg-xf86-video-nouveau/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-a73d6691d36ce45ce4ec136562674440 xf86-video-nouveau-0.0.16-g065576d.tar.bz2
diff --git a/acompiler/xorg-xf86-video-nouveau/Pkgfile b/acompiler/xorg-xf86-video-nouveau/Pkgfile
deleted file mode 100644
index 8f09590f6..000000000
--- a/acompiler/xorg-xf86-video-nouveau/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Pilote 3D opensource pour NVidia
-# URL: http://nouveau.freedesktop.org/wiki
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on: libtool,libdrm,xorg-xf86driproto,xorg-xf86dri2proto,xorg-randrproto, xorg-server, xorg-util-macros
-
-name=xorg-xf86-video-nouveau
-_name=xf86-video-nouveau
-version=0.0.16-g065576d
-release=1
-source=(http://nutyx.meticul.eu/files/${_name}-$version.tar.bz2 )
-
-build() {
- cd $SRC/$_name-$version
- ./autogen.sh --prefix=/usr
- make
- make DESTDIR=$PKG install
- mkdir -p $PKG/etc/X11/xorg.conf.d/
-cat > $PKG/etc/X11/xorg.conf.d/40-nouveau.conf << "EOF"
-Section "Device"
- Identifier "NOUVEAU"
- Driver "nouveau"
-EndSection
-EOF
-}