summaryrefslogtreecommitdiffstats
path: root/acompiler
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-11-05 23:57:48 +0100
committertnut <thierryn1 at hispeed dot ch>2010-11-05 23:57:48 +0100
commita62e3313d35da32ad38f177d43ed0c2744085290 (patch)
tree52226b73baa6ff785791b9e8555141baddfdc20c /acompiler
parent7359711395eba86b28848e66be0ca39e973ce6f8 (diff)
downloadnutyx-extra-a62e3313d35da32ad38f177d43ed0c2744085290.tar.gz
nutyx-extra-a62e3313d35da32ad38f177d43ed0c2744085290.tar.bz2
nutyx-extra-a62e3313d35da32ad38f177d43ed0c2744085290.tar.xz
nutyx-extra-a62e3313d35da32ad38f177d43ed0c2744085290.zip
xorg-xf86-video-nouveau, nouveau port première tentative
Diffstat (limited to 'acompiler')
-rw-r--r--acompiler/xorg-xf86-video-nouveau/.md5sum1
-rw-r--r--acompiler/xorg-xf86-video-nouveau/Pkgfile18
2 files changed, 19 insertions, 0 deletions
diff --git a/acompiler/xorg-xf86-video-nouveau/.md5sum b/acompiler/xorg-xf86-video-nouveau/.md5sum
new file mode 100644
index 000000000..f98b05ac3
--- /dev/null
+++ b/acompiler/xorg-xf86-video-nouveau/.md5sum
@@ -0,0 +1 @@
+d17bedbad288dfb8b44084bc1dcee456 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
new file mode 100644
index 000000000..2f75ec8c5
--- /dev/null
+++ b/acompiler/xorg-xf86-video-nouveau/Pkgfile
@@ -0,0 +1,18 @@
+# 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
+
+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
+}