summaryrefslogtreecommitdiffstats
path: root/xorg-xf86-video-nouveau/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xf86-video-nouveau/Pkgfile')
-rw-r--r--xorg-xf86-video-nouveau/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/xorg-xf86-video-nouveau/Pkgfile b/xorg-xf86-video-nouveau/Pkgfile
new file mode 100644
index 000000000..9b75ea311
--- /dev/null
+++ b/xorg-xf86-video-nouveau/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Pilote Nouveau pour Xorg.
+# URL: http://nouveau.freedesktop.org/
+# Maintainer: http://cgit.freedesktop.org/nouveau/xf86-video-nouveau
+# Packager: piernov <piernov@piernov.org>
+# Depends on: xorg-server, libdrm
+# Run on: xorg-server,libdrm
+
+name=xorg-xf86-video-nouveau
+realname=xf86-video-nouveau
+version=0.0.16
+release=ace77b6b-1
+source=(http://cgit.freedesktop.org/nouveau/$realname/snapshot/$realname-${release%-*}.tar.gz)
+
+build() {
+ cd $realname-${release%-*}
+ NOCONFIGURE=yes ./autogen.sh
+ ./configure $XORG_CONFIG \
+ --with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules
+ sed "s|@DRIVER_MAN_SUFFIX@||" -i man/Makefile
+ make
+ make DESTDIR=$PKG install
+}