diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:38:51 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:38:51 +0100 |
commit | 36b2c9b4d816833d227d47fd451c4160cb5d4249 (patch) | |
tree | 6e971ae19083e60c39be48ac0e54845a664887b2 | |
parent | 1b400814180066d1f51890da3f74e8e528055c70 (diff) | |
download | nutyx-pakxe-36b2c9b4d816833d227d47fd451c4160cb5d4249.tar.gz nutyx-pakxe-36b2c9b4d816833d227d47fd451c4160cb5d4249.tar.bz2 nutyx-pakxe-36b2c9b4d816833d227d47fd451c4160cb5d4249.tar.xz nutyx-pakxe-36b2c9b4d816833d227d47fd451c4160cb5d4249.zip |
Ajout de xorg-xf86-video-cirrus#1.3.2-1
-rw-r--r-- | xorg/xorg-xf86-video-cirrus/.footprint | 14 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-cirrus/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-cirrus/Pkgfile | 18 |
3 files changed, 33 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-video-cirrus/.footprint b/xorg/xorg-xf86-video-cirrus/.footprint new file mode 100644 index 000000000..c3a2cb259 --- /dev/null +++ b/xorg/xorg-xf86-video-cirrus/.footprint @@ -0,0 +1,14 @@ +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/cirrus_alpine.la +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/cirrus_alpine.so +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/cirrus_drv.la +-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 diff --git a/xorg/xorg-xf86-video-cirrus/.md5sum b/xorg/xorg-xf86-video-cirrus/.md5sum new file mode 100644 index 000000000..5a467d557 --- /dev/null +++ b/xorg/xorg-xf86-video-cirrus/.md5sum @@ -0,0 +1 @@ +8195d03ed0be0975c03441e66a9f53b3 xf86-video-cirrus-1.3.2.tar.bz2 diff --git a/xorg/xorg-xf86-video-cirrus/Pkgfile b/xorg/xorg-xf86-video-cirrus/Pkgfile new file mode 100644 index 000000000..cae86837c --- /dev/null +++ b/xorg/xorg-xf86-video-cirrus/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-video-cirrus +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-video-cirrus +version=1.3.2 +release=1 +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 + + make + make DESTDIR=$PKG install +} |