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/xorg-xf86-video-r128/Pkgfile | |
parent | 19f002be34eeb3fb20268bfc32589a5bfaf9b155 (diff) | |
download | nutyx-pakxe-2754e324d4f686a96554d80141ca2ab258c6c9a4.tar.gz nutyx-pakxe-2754e324d4f686a96554d80141ca2ab258c6c9a4.tar.bz2 nutyx-pakxe-2754e324d4f686a96554d80141ca2ab258c6c9a4.tar.xz nutyx-pakxe-2754e324d4f686a96554d80141ca2ab258c6c9a4.zip |
Ajout de xorg-xf86-video-r128#6.8.1-1
Diffstat (limited to 'xorg/xorg-xf86-video-r128/Pkgfile')
-rw-r--r-- | xorg/xorg-xf86-video-r128/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
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 +} |