summaryrefslogtreecommitdiffstats
path: root/xorg-xf86-video-ati
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xf86-video-ati')
-rw-r--r--xorg-xf86-video-ati/.footprint20
-rw-r--r--xorg-xf86-video-ati/.md5sum1
-rw-r--r--xorg-xf86-video-ati/Pkgfile17
-rw-r--r--xorg-xf86-video-ati/Pkgfile.old18
4 files changed, 56 insertions, 0 deletions
diff --git a/xorg-xf86-video-ati/.footprint b/xorg-xf86-video-ati/.footprint
new file mode 100644
index 0000000..a406008
--- /dev/null
+++ b/xorg-xf86-video-ati/.footprint
@@ -0,0 +1,20 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/xorg/
+drwxr-xr-x root/root usr/lib/xorg/modules/
+drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/ati_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/ati_drv.so
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/radeon_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/radeon_drv.so
+drwxr-xr-x root/root usr/lib/xorg/modules/multimedia/
+-rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre200_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre200_drv.so
+-rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre_detect_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre_detect_drv.so
+-rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre_drv.so
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man4/
+-rw-r--r-- root/root usr/man/man4/ati.4.gz
+-rw-r--r-- root/root usr/man/man4/radeon.4.gz
diff --git a/xorg-xf86-video-ati/.md5sum b/xorg-xf86-video-ati/.md5sum
new file mode 100644
index 0000000..9c2368f
--- /dev/null
+++ b/xorg-xf86-video-ati/.md5sum
@@ -0,0 +1 @@
+a8f92fe3c458e511f4e2ead7f92c02b0 xf86-video-ati-6.13.2.tar.bz2
diff --git a/xorg-xf86-video-ati/Pkgfile b/xorg-xf86-video-ati/Pkgfile
new file mode 100644
index 0000000..f0ae3ec
--- /dev/null
+++ b/xorg-xf86-video-ati/Pkgfile
@@ -0,0 +1,17 @@
+description="xorg driver xf86-video-ati"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-server)
+
+name=xorg-xf86-video-ati
+version=6.13.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-6.13.2.tar.bz2)
+build ()
+{
+ cd xf86-video-ati-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-xf86-video-ati/Pkgfile.old b/xorg-xf86-video-ati/Pkgfile.old
new file mode 100644
index 0000000..1ed1546
--- /dev/null
+++ b/xorg-xf86-video-ati/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-video-ati
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-video-ati
+version=6.13.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-$version.tar.bz2)
+
+build() {
+ cd xf86-video-ati-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}