summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:53:04 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:53:04 +0100
commite2f835120bde8b5e0a3a02667681ff2e44579974 (patch)
tree7b53d48ea59731c4a4cb6cb742930c4229a5eae2 /xorg
parent940ad3a4b266647e2c299678396dfdb131433d35 (diff)
downloadnutyx-extra-e2f835120bde8b5e0a3a02667681ff2e44579974.tar.gz
nutyx-extra-e2f835120bde8b5e0a3a02667681ff2e44579974.tar.bz2
nutyx-extra-e2f835120bde8b5e0a3a02667681ff2e44579974.tar.xz
nutyx-extra-e2f835120bde8b5e0a3a02667681ff2e44579974.zip
Ajout de xorg-xf86-video-sunbw2#1.1.0-1
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xf86-video-sunbw2/.footprint10
-rw-r--r--xorg/xorg-xf86-video-sunbw2/.md5sum1
-rw-r--r--xorg/xorg-xf86-video-sunbw2/Pkgfile18
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-video-sunbw2/.footprint b/xorg/xorg-xf86-video-sunbw2/.footprint
new file mode 100644
index 000000000..12dee2d26
--- /dev/null
+++ b/xorg/xorg-xf86-video-sunbw2/.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/sunbw2_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/sunbw2_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/sunbw2.4.gz
diff --git a/xorg/xorg-xf86-video-sunbw2/.md5sum b/xorg/xorg-xf86-video-sunbw2/.md5sum
new file mode 100644
index 000000000..ba15e8d82
--- /dev/null
+++ b/xorg/xorg-xf86-video-sunbw2/.md5sum
@@ -0,0 +1 @@
+559c95f044a31cfe7f71453e9b89c35b xf86-video-sunbw2-1.1.0.tar.bz2
diff --git a/xorg/xorg-xf86-video-sunbw2/Pkgfile b/xorg/xorg-xf86-video-sunbw2/Pkgfile
new file mode 100644
index 000000000..5211303dc
--- /dev/null
+++ b/xorg/xorg-xf86-video-sunbw2/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-video-sunbw2
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-video-sunbw2
+version=1.1.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sunbw2-$version.tar.bz2)
+
+build() {
+ cd xf86-video-sunbw2-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}