summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-video-cyrix/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:39:16 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:39:16 +0100
commitfcea9a9021d0269d84e7a7535f45d5709c28865e (patch)
treef77775ccc9ec2d6b2d28a7f49647024ea8d8473a /xorg/xorg-xf86-video-cyrix/Pkgfile
parent36b2c9b4d816833d227d47fd451c4160cb5d4249 (diff)
downloadnutyx-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
Diffstat (limited to 'xorg/xorg-xf86-video-cyrix/Pkgfile')
-rw-r--r--xorg/xorg-xf86-video-cyrix/Pkgfile18
1 files changed, 18 insertions, 0 deletions
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
+}