summaryrefslogtreecommitdiffstats
path: root/xorg-xf86-video-nouveau/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-30 13:17:10 +0000
committerpiernov <piernov@piernov.org>2012-05-30 13:17:10 +0000
commit017f695c16f0e3383f7535993126660868249778 (patch)
tree94cecdbb8772f79496f0dc211cff4109ef86abca /xorg-xf86-video-nouveau/Pkgfile
parent9047a2c8527b0488499b6192f7c13f7e5c186a2a (diff)
downloadnutyx-extra-017f695c16f0e3383f7535993126660868249778.tar.gz
nutyx-extra-017f695c16f0e3383f7535993126660868249778.tar.bz2
nutyx-extra-017f695c16f0e3383f7535993126660868249778.tar.xz
nutyx-extra-017f695c16f0e3383f7535993126660868249778.zip
xorg-xf86-video-nouveau 0.0.16-ace77b6b-1 ajout port
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
+}