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-amdgpu | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/xf86-video-amdgpu')
-rwxr-xr-x | xorg/xf86-video-amdgpu/build | 9 | ||||
-rw-r--r-- | xorg/xf86-video-amdgpu/checksums | 1 | ||||
-rw-r--r-- | xorg/xf86-video-amdgpu/depends | 6 | ||||
-rw-r--r-- | xorg/xf86-video-amdgpu/sources | 1 | ||||
-rw-r--r-- | xorg/xf86-video-amdgpu/version | 1 |
5 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xf86-video-amdgpu/build b/xorg/xf86-video-amdgpu/build new file mode 100755 index 00000000..3054c8be --- /dev/null +++ b/xorg/xf86-video-amdgpu/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-amdgpu/checksums b/xorg/xf86-video-amdgpu/checksums new file mode 100644 index 00000000..0d53d0ef --- /dev/null +++ b/xorg/xf86-video-amdgpu/checksums @@ -0,0 +1 @@ +4f0ea4e0ae61995ac2b7c72433d31deab63b60c78763020aaa1b28696124fe5d xf86-video-amdgpu-19.1.0.tar.bz2 diff --git a/xorg/xf86-video-amdgpu/depends b/xorg/xf86-video-amdgpu/depends new file mode 100644 index 00000000..0d1c94e3 --- /dev/null +++ b/xorg/xf86-video-amdgpu/depends @@ -0,0 +1,6 @@ +eudev +expat +libdrm +libpciaccess +mesa +xorgproto diff --git a/xorg/xf86-video-amdgpu/sources b/xorg/xf86-video-amdgpu/sources new file mode 100644 index 00000000..9d4ca8e6 --- /dev/null +++ b/xorg/xf86-video-amdgpu/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/driver/xf86-video-amdgpu-19.1.0.tar.bz2 diff --git a/xorg/xf86-video-amdgpu/version b/xorg/xf86-video-amdgpu/version new file mode 100644 index 00000000..119d7b4b --- /dev/null +++ b/xorg/xf86-video-amdgpu/version @@ -0,0 +1 @@ +19.1.0 1 |