summaryrefslogtreecommitdiffstats
path: root/acompiler/xorg-xf86-video-nouveau/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-19 22:33:36 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-19 22:33:36 +0100
commit03af1a2a2507d671b3866333533d92764458e1c8 (patch)
treee760cf3fc9008bbb0409e2ce923eee4dccc46136 /acompiler/xorg-xf86-video-nouveau/Pkgfile
parent65664baee158d3b259d487c279b89e4f4114b038 (diff)
downloadnutyx-pakxe-03af1a2a2507d671b3866333533d92764458e1c8.tar.gz
nutyx-pakxe-03af1a2a2507d671b3866333533d92764458e1c8.tar.bz2
nutyx-pakxe-03af1a2a2507d671b3866333533d92764458e1c8.tar.xz
nutyx-pakxe-03af1a2a2507d671b3866333533d92764458e1c8.zip
depot acompiler supprimé
Diffstat (limited to 'acompiler/xorg-xf86-video-nouveau/Pkgfile')
-rw-r--r--acompiler/xorg-xf86-video-nouveau/Pkgfile25
1 files changed, 0 insertions, 25 deletions
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
-}