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 | |
parent | cc652f9243908ad49b9d4f5d4c14a260c1bf3ea4 (diff) | |
download | nutyx-pakxe-7bb8c11db28d028352101ac53981d2e4617dadc5.tar.gz nutyx-pakxe-7bb8c11db28d028352101ac53981d2e4617dadc5.tar.bz2 nutyx-pakxe-7bb8c11db28d028352101ac53981d2e4617dadc5.tar.xz nutyx-pakxe-7bb8c11db28d028352101ac53981d2e4617dadc5.zip |
Ajout de xorg-xf86-video-tdfx#1.4.3-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xf86-video-tdfx/.footprint | 10 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-tdfx/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-tdfx/Pkgfile | 18 |
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-video-tdfx/.footprint b/xorg/xorg-xf86-video-tdfx/.footprint new file mode 100644 index 000000000..9750b83c2 --- /dev/null +++ b/xorg/xorg-xf86-video-tdfx/.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/tdfx_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/tdfx_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/tdfx.4.gz diff --git a/xorg/xorg-xf86-video-tdfx/.md5sum b/xorg/xorg-xf86-video-tdfx/.md5sum new file mode 100644 index 000000000..6ad78bfba --- /dev/null +++ b/xorg/xorg-xf86-video-tdfx/.md5sum @@ -0,0 +1 @@ +8161bbf2b100c21b609163f0010766b3 xf86-video-tdfx-1.4.3.tar.bz2 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 +} |