diff options
Diffstat (limited to 'xorg/xorg-xf86-video-cirrus')
-rw-r--r-- | xorg/xorg-xf86-video-cirrus/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-cirrus/Pkgfile | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/xorg/xorg-xf86-video-cirrus/.footprint b/xorg/xorg-xf86-video-cirrus/.footprint index c3a2cb259..7ef0f9f31 100644 --- a/xorg/xorg-xf86-video-cirrus/.footprint +++ b/xorg/xorg-xf86-video-cirrus/.footprint @@ -9,6 +9,7 @@ drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/cirrus_drv.so -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/cirrus_laguna.la -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/cirrus_laguna.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man4/ --rw-r--r-- root/root usr/man/man4/cirrus.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/cirrus.4.gz diff --git a/xorg/xorg-xf86-video-cirrus/Pkgfile b/xorg/xorg-xf86-video-cirrus/Pkgfile index cae86837c..301a10619 100644 --- a/xorg/xorg-xf86-video-cirrus/Pkgfile +++ b/xorg/xorg-xf86-video-cirrus/Pkgfile @@ -1,17 +1,18 @@ -# Description: xorg driver xf86-video-cirrus +# Description: Pilote video xf86-video-cirrus 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-cirrus version=1.3.2 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-cirrus-$version.tar.bz2) build() { cd xf86-video-cirrus-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |