diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:55:41 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:55:41 +0100 |
commit | 7bb8c11db28d028352101ac53981d2e4617dadc5 (patch) | |
tree | e5b20ae7b91f1309b35addf110f5224b044b8026 /xorg/xorg-xf86-video-tdfx/Pkgfile | |
parent | cc652f9243908ad49b9d4f5d4c14a260c1bf3ea4 (diff) | |
download | nutyx-extra-7bb8c11db28d028352101ac53981d2e4617dadc5.tar.gz nutyx-extra-7bb8c11db28d028352101ac53981d2e4617dadc5.tar.bz2 nutyx-extra-7bb8c11db28d028352101ac53981d2e4617dadc5.tar.xz nutyx-extra-7bb8c11db28d028352101ac53981d2e4617dadc5.zip |
Ajout de xorg-xf86-video-tdfx#1.4.3-1
Diffstat (limited to 'xorg/xorg-xf86-video-tdfx/Pkgfile')
-rw-r--r-- | xorg/xorg-xf86-video-tdfx/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-video-tdfx/Pkgfile b/xorg/xorg-xf86-video-tdfx/Pkgfile new file mode 100644 index 000000000..781e174aa --- /dev/null +++ b/xorg/xorg-xf86-video-tdfx/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-video-tdfx +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-video-tdfx +version=1.4.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tdfx-$version.tar.bz2) + +build() { + cd xf86-video-tdfx-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |