diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:49:02 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:49:02 +0100 |
commit | 2754e324d4f686a96554d80141ca2ab258c6c9a4 (patch) | |
tree | 5c5dc345e5e8db49a3682a06308d25236cc2a955 /xorg | |
parent | 19f002be34eeb3fb20268bfc32589a5bfaf9b155 (diff) | |
download | nutyx-extra-2754e324d4f686a96554d80141ca2ab258c6c9a4.tar.gz nutyx-extra-2754e324d4f686a96554d80141ca2ab258c6c9a4.tar.bz2 nutyx-extra-2754e324d4f686a96554d80141ca2ab258c6c9a4.tar.xz nutyx-extra-2754e324d4f686a96554d80141ca2ab258c6c9a4.zip |
Ajout de xorg-xf86-video-r128#6.8.1-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xf86-video-r128/.footprint | 10 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-r128/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-r128/Pkgfile | 18 |
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-video-r128/.footprint b/xorg/xorg-xf86-video-r128/.footprint new file mode 100644 index 000000000..e59cae5df --- /dev/null +++ b/xorg/xorg-xf86-video-r128/.footprint @@ -0,0 +1,10 @@ +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/r128_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/r128_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/r128.4.gz diff --git a/xorg/xorg-xf86-video-r128/.md5sum b/xorg/xorg-xf86-video-r128/.md5sum new file mode 100644 index 000000000..5a284b84d --- /dev/null +++ b/xorg/xorg-xf86-video-r128/.md5sum @@ -0,0 +1 @@ +2b90854a62a4d45d652062f582dc8d13 xf86-video-r128-6.8.1.tar.bz2 diff --git a/xorg/xorg-xf86-video-r128/Pkgfile b/xorg/xorg-xf86-video-r128/Pkgfile new file mode 100644 index 000000000..fb883db26 --- /dev/null +++ b/xorg/xorg-xf86-video-r128/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-video-r128 +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-video-r128 +version=6.8.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-r128-$version.tar.bz2) + +build() { + cd xf86-video-r128-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |