diff options
author | sibel <lesibel@free.fr> | 2009-11-21 08:10:11 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2009-11-21 08:10:11 +0100 |
commit | 3e89d79391a28ccde2b15fbc1c772ac01ff071ca (patch) | |
tree | 551beb67cdb60f3f82eadf01201d866f9a6f947a /xorg | |
parent | f1312ad99d2b8e520c3b1652abab323d52a307a9 (diff) | |
download | nutyx-extra-3e89d79391a28ccde2b15fbc1c772ac01ff071ca.tar.gz nutyx-extra-3e89d79391a28ccde2b15fbc1c772ac01ff071ca.tar.bz2 nutyx-extra-3e89d79391a28ccde2b15fbc1c772ac01ff071ca.tar.xz nutyx-extra-3e89d79391a28ccde2b15fbc1c772ac01ff071ca.zip |
maj de xorg-xf86-video-tdfx#1.4.3-2
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xf86-video-tdfx/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-tdfx/Pkgfile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/xorg/xorg-xf86-video-tdfx/.footprint b/xorg/xorg-xf86-video-tdfx/.footprint index 9750b83c2..8bd2dbbe9 100644 --- a/xorg/xorg-xf86-video-tdfx/.footprint +++ b/xorg/xorg-xf86-video-tdfx/.footprint @@ -5,6 +5,7 @@ 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 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/tdfx.4.gz diff --git a/xorg/xorg-xf86-video-tdfx/Pkgfile b/xorg/xorg-xf86-video-tdfx/Pkgfile index 781e174aa..865e3c52f 100644 --- a/xorg/xorg-xf86-video-tdfx/Pkgfile +++ b/xorg/xorg-xf86-video-tdfx/Pkgfile @@ -1,17 +1,18 @@ # Description: xorg driver xf86-video-tdfx # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NutyX core team +# Packager : lesibel at free dot fr # Depends on: xorg-server name=xorg-xf86-video-tdfx version=1.4.3 -release=1 +release=2 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 + ./configure --prefix=/usr make make DESTDIR=$PKG install |