diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/xf86-video-nouveau | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/xf86-video-nouveau')
-rwxr-xr-x | xorg/xf86-video-nouveau/build | 9 | ||||
-rw-r--r-- | xorg/xf86-video-nouveau/checksums | 1 | ||||
-rw-r--r-- | xorg/xf86-video-nouveau/depends | 3 | ||||
-rw-r--r-- | xorg/xf86-video-nouveau/sources | 1 | ||||
-rw-r--r-- | xorg/xf86-video-nouveau/version | 1 |
5 files changed, 15 insertions, 0 deletions
diff --git a/xorg/xf86-video-nouveau/build b/xorg/xf86-video-nouveau/build new file mode 100755 index 00000000..3054c8be --- /dev/null +++ b/xorg/xf86-video-nouveau/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +export LDFLAGS="-Wl,-z,lazy" + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/xf86-video-nouveau/checksums b/xorg/xf86-video-nouveau/checksums new file mode 100644 index 00000000..ff53e974 --- /dev/null +++ b/xorg/xf86-video-nouveau/checksums @@ -0,0 +1 @@ +304060806415579cdb5c1f71f1c54d11cacb431b5552b170decbc883ed43bf06 xf86-video-nouveau-1.0.16.tar.bz2 diff --git a/xorg/xf86-video-nouveau/depends b/xorg/xf86-video-nouveau/depends new file mode 100644 index 00000000..4000b008 --- /dev/null +++ b/xorg/xf86-video-nouveau/depends @@ -0,0 +1,3 @@ +eudev +libdrm +xorgproto diff --git a/xorg/xf86-video-nouveau/sources b/xorg/xf86-video-nouveau/sources new file mode 100644 index 00000000..8c48367e --- /dev/null +++ b/xorg/xf86-video-nouveau/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/driver/xf86-video-nouveau-1.0.16.tar.bz2 diff --git a/xorg/xf86-video-nouveau/version b/xorg/xf86-video-nouveau/version new file mode 100644 index 00000000..a4e01b6a --- /dev/null +++ b/xorg/xf86-video-nouveau/version @@ -0,0 +1 @@ +1.0.16 1 |