From ee5809d67f43fb94348afa5b0f11bdae01b9711b Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 22:37:56 +0100 Subject: Ajout de xorg-xf86-video-ati#6.12.2-1 --- xorg/xorg-xf86-video-ati/.footprint | 20 ++++++++++++++++++++ xorg/xorg-xf86-video-ati/.md5sum | 1 + xorg/xorg-xf86-video-ati/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 xorg/xorg-xf86-video-ati/.footprint create mode 100644 xorg/xorg-xf86-video-ati/.md5sum create mode 100644 xorg/xorg-xf86-video-ati/Pkgfile (limited to 'xorg') diff --git a/xorg/xorg-xf86-video-ati/.footprint b/xorg/xorg-xf86-video-ati/.footprint new file mode 100644 index 000000000..a40600811 --- /dev/null +++ b/xorg/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/xorg-xf86-video-ati/.md5sum b/xorg/xorg-xf86-video-ati/.md5sum new file mode 100644 index 000000000..fda057cb3 --- /dev/null +++ b/xorg/xorg-xf86-video-ati/.md5sum @@ -0,0 +1 @@ +2bf50461378771497501ca7f678d36f3 xf86-video-ati-6.12.2.tar.bz2 diff --git a/xorg/xorg-xf86-video-ati/Pkgfile b/xorg/xorg-xf86-video-ati/Pkgfile new file mode 100644 index 000000000..5724ab591 --- /dev/null +++ b/xorg/xorg-xf86-video-ati/Pkgfile @@ -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.12.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 +} -- cgit v1.2.3-54-g00ecf