diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:39:16 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:39:16 +0100 |
commit | fcea9a9021d0269d84e7a7535f45d5709c28865e (patch) | |
tree | f77775ccc9ec2d6b2d28a7f49647024ea8d8473a | |
parent | 36b2c9b4d816833d227d47fd451c4160cb5d4249 (diff) | |
download | nutyx-pakxe-fcea9a9021d0269d84e7a7535f45d5709c28865e.tar.gz nutyx-pakxe-fcea9a9021d0269d84e7a7535f45d5709c28865e.tar.bz2 nutyx-pakxe-fcea9a9021d0269d84e7a7535f45d5709c28865e.tar.xz nutyx-pakxe-fcea9a9021d0269d84e7a7535f45d5709c28865e.zip |
Ajout de xorg-xf86-video-cyrix#1.1.0-1
-rw-r--r-- | xorg/xorg-xf86-video-cyrix/.footprint | 10 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-cyrix/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-cyrix/Pkgfile | 18 |
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-video-cyrix/.footprint b/xorg/xorg-xf86-video-cyrix/.footprint new file mode 100644 index 000000000..c7640b89a --- /dev/null +++ b/xorg/xorg-xf86-video-cyrix/.footprint @@ -0,0 +1,10 @@ +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/cyrix_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/cyrix_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/cyrix.4.gz diff --git a/xorg/xorg-xf86-video-cyrix/.md5sum b/xorg/xorg-xf86-video-cyrix/.md5sum new file mode 100644 index 000000000..af29e5aa2 --- /dev/null +++ b/xorg/xorg-xf86-video-cyrix/.md5sum @@ -0,0 +1 @@ +02ed7d5215610a3463a0307b30bb5425 xf86-video-cyrix-1.1.0.tar.bz2 diff --git a/xorg/xorg-xf86-video-cyrix/Pkgfile b/xorg/xorg-xf86-video-cyrix/Pkgfile new file mode 100644 index 000000000..0acb76df4 --- /dev/null +++ b/xorg/xorg-xf86-video-cyrix/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-video-cyrix +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-video-cyrix +version=1.1.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-cyrix-$version.tar.bz2) + +build() { + cd xf86-video-cyrix-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |