diff --git a/xorg/xf86-video-ati/build b/xorg/xf86-video-ati/build new file mode 100755 index 00000000..3054c8be --- /dev/null +++ b/xorg/xf86-video-ati/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-ati/checksums b/xorg/xf86-video-ati/checksums new file mode 100644 index 00000000..5430c7bd --- /dev/null +++ b/xorg/xf86-video-ati/checksums @@ -0,0 +1 @@ +b32172e8a70e08af46d1c67395bf55022b4c98c4097462e75efedf2deff874a9 xf86-video-ati-19.0.1.tar.gz diff --git a/xorg/xf86-video-ati/depends b/xorg/xf86-video-ati/depends new file mode 100644 index 00000000..0d1c94e3 --- /dev/null +++ b/xorg/xf86-video-ati/depends @@ -0,0 +1,6 @@ +eudev +expat +libdrm +libpciaccess +mesa +xorgproto diff --git a/xorg/xf86-video-ati/sources b/xorg/xf86-video-ati/sources new file mode 100644 index 00000000..653f923e --- /dev/null +++ b/xorg/xf86-video-ati/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/driver/xf86-video-ati-19.0.1.tar.gz diff --git a/xorg/xf86-video-ati/version b/xorg/xf86-video-ati/version new file mode 100644 index 00000000..e4e77937 --- /dev/null +++ b/xorg/xf86-video-ati/version @@ -0,0 +1 @@ +19.0.1 1