diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-20 23:05:38 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-20 23:05:38 +0100 |
commit | 2432f9b177e27d995a5d6601c6050d4b90c972fb (patch) | |
tree | 3b774f10709abfd07c160f638c19551d61f0ded6 /xorg/xorg-xf86-video-fbdev | |
parent | cbefedf44a77f31b4e0531b24fb6f71a73d64ae3 (diff) | |
download | nutyx-extra-2432f9b177e27d995a5d6601c6050d4b90c972fb.tar.gz nutyx-extra-2432f9b177e27d995a5d6601c6050d4b90c972fb.tar.bz2 nutyx-extra-2432f9b177e27d995a5d6601c6050d4b90c972fb.tar.xz nutyx-extra-2432f9b177e27d995a5d6601c6050d4b90c972fb.zip |
maj de xorg-xf86-video-fbdev#0.4.1-2
Diffstat (limited to 'xorg/xorg-xf86-video-fbdev')
-rw-r--r-- | xorg/xorg-xf86-video-fbdev/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-fbdev/Pkgfile | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/xorg/xorg-xf86-video-fbdev/.footprint b/xorg/xorg-xf86-video-fbdev/.footprint index ae106422a..48d731d02 100644 --- a/xorg/xorg-xf86-video-fbdev/.footprint +++ b/xorg/xorg-xf86-video-fbdev/.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/fbdev_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/fbdev_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/fbdev.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/fbdev.4.gz diff --git a/xorg/xorg-xf86-video-fbdev/Pkgfile b/xorg/xorg-xf86-video-fbdev/Pkgfile index 1ceaab3a3..bb62b20d8 100644 --- a/xorg/xorg-xf86-video-fbdev/Pkgfile +++ b/xorg/xorg-xf86-video-fbdev/Pkgfile @@ -1,17 +1,18 @@ -# Description: xorg driver xf86-video-fbdev +# Description: pilote video xf86-video-fbdev 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-fbdev version=0.4.1 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-fbdev-$version.tar.bz2) build() { cd xf86-video-fbdev-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |