---
 .../xf86-video-radeonhd-1.2.4.exheres-0            |   40 ++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)
 create mode 100644 
packages/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.4.exheres-0

diff --git 
a/packages/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.4.exheres-0 
b/packages/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.4.exheres-0
new file mode 100644
index 0000000..cbe79e5
--- /dev/null
+++ 
b/packages/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.4.exheres-0
@@ -0,0 +1,40 @@
+# Copyright (c) 2008 Gaute Hope <[email protected]> 
+# Based on xf86-video-ati-6.9.0.exheres-0 by Alexander Føroy.
+# Distributed under the terms of the GNU General Public License v2
+
+require xorg
+
+SUMMARY="Xorg video driver for radeonhd"
+
+LICENCES="fixme"
+SLOT="0"
+PLATFORMS="~x86"
+MYOPTIONS="dri"
+
+DOWNLOADS="http://cgit.freedesktop.org/xorg/driver/${PN}/snapshot/${PNV}.tar.bz2";
+DEPENDENCIES="
+    build:
+        x11-proto/fontsproto
+        x11-proto/randrproto
+        x11-proto/renderproto
+        x11-proto/videoproto
+        x11-proto/xextproto
+        x11-proto/xf86miscproto
+        x11-proto/xineramaproto
+        x11-proto/xproto
+        dri? ( x11-proto/xf86driproto )
+
+    build+run:
+        >=x11-libs/libpciaccess-0.8
+        x11-libs/libXinerama
+        >=x11-server/xorg-server-1.5.0
+        dri? ( >=x11-dri/libdrm-2.2 )"
+
+src_configure() {
+    
+    ./autogen.sh \
+        --prefix=/usr/ \
+        $(option_enable dri) \
+        --enable-exa \
+        --without-xserver-source
+}
-- 
1.6.1


_______________________________________________
Exherbo-dev mailing list
[email protected]
http://lists.exherbo.org/mailman/listinfo/exherbo-dev

Reply via email to