diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-20 23:12:04 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-20 23:12:04 +0100 |
commit | 24d97355f4c8d693d04b4fbb935509a26f405c44 (patch) | |
tree | 9f8af6708aee571a0d39818566369061c2a3041e | |
parent | fe367e8a66f9bf0bc20836eb659642977fd6dea4 (diff) | |
download | nutyx-extra-24d97355f4c8d693d04b4fbb935509a26f405c44.tar.gz nutyx-extra-24d97355f4c8d693d04b4fbb935509a26f405c44.tar.bz2 nutyx-extra-24d97355f4c8d693d04b4fbb935509a26f405c44.tar.xz nutyx-extra-24d97355f4c8d693d04b4fbb935509a26f405c44.zip |
maj xorg-xf86-video-i128#1.3.3-2
-rw-r--r-- | xorg/xorg-xf86-video-i128/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-i128/Pkgfile | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/xorg/xorg-xf86-video-i128/.footprint b/xorg/xorg-xf86-video-i128/.footprint index bd2f998e1..6d3dcc28f 100644 --- a/xorg/xorg-xf86-video-i128/.footprint +++ b/xorg/xorg-xf86-video-i128/.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/i128_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/i128_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/i128.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/i128.4.gz diff --git a/xorg/xorg-xf86-video-i128/Pkgfile b/xorg/xorg-xf86-video-i128/Pkgfile index d8d4358e5..a3a2fc8f9 100644 --- a/xorg/xorg-xf86-video-i128/Pkgfile +++ b/xorg/xorg-xf86-video-i128/Pkgfile @@ -1,17 +1,18 @@ -# Description: xorg driver xf86-video-i128 +# Description: pilote video xf86-video-i128 pour xorg # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-server name=xorg-xf86-video-i128 version=1.3.3 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-i128-$version.tar.bz2) build() { cd xf86-video-i128-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |