summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-video-sis
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:52:14 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:52:14 +0100
commitb67773ca0a68835fda45c391c81c4029c2cea276 (patch)
tree15625bc285cce0951d8d4de5c62dc808a164679b /xorg/xorg-xf86-video-sis
parent3b3346755b2ec3a931f12850c7f31dcccefb0048 (diff)
downloadnutyx-extra-b67773ca0a68835fda45c391c81c4029c2cea276.tar.gz
nutyx-extra-b67773ca0a68835fda45c391c81c4029c2cea276.tar.bz2
nutyx-extra-b67773ca0a68835fda45c391c81c4029c2cea276.tar.xz
nutyx-extra-b67773ca0a68835fda45c391c81c4029c2cea276.zip
Ajout de xorg-xf86-video-sis#0.10.2-1
Diffstat (limited to 'xorg/xorg-xf86-video-sis')
-rw-r--r--xorg/xorg-xf86-video-sis/.footprint10
-rw-r--r--xorg/xorg-xf86-video-sis/.md5sum1
-rw-r--r--xorg/xorg-xf86-video-sis/Pkgfile18
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-video-sis/.footprint b/xorg/xorg-xf86-video-sis/.footprint
new file mode 100644
index 000000000..60a098a4a
--- /dev/null
+++ b/xorg/xorg-xf86-video-sis/.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/sis_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/sis_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/sis.4.gz
diff --git a/xorg/xorg-xf86-video-sis/.md5sum b/xorg/xorg-xf86-video-sis/.md5sum
new file mode 100644
index 000000000..256a97a3c
--- /dev/null
+++ b/xorg/xorg-xf86-video-sis/.md5sum
@@ -0,0 +1 @@
+f04baa307e49e9f0e5a5c3d2e89a5576 xf86-video-sis-0.10.2.tar.bz2
diff --git a/xorg/xorg-xf86-video-sis/Pkgfile b/xorg/xorg-xf86-video-sis/Pkgfile
new file mode 100644
index 000000000..314eb143f
--- /dev/null
+++ b/xorg/xorg-xf86-video-sis/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-video-sis
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-video-sis
+version=0.10.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sis-$version.tar.bz2)
+
+build() {
+ cd xf86-video-sis-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}