summaryrefslogtreecommitdiff
path: root/xorg-xf86-video-vesa
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
commitfa19d4b3316ded8d2d5cf009059200741abcc8c5 (patch)
tree1e66d3e7d14f958d3881d21c5d3714f4b3775a09 /xorg-xf86-video-vesa
downloadxorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz
xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz
initial import
Diffstat (limited to 'xorg-xf86-video-vesa')
-rw-r--r--xorg-xf86-video-vesa/.footprint10
-rw-r--r--xorg-xf86-video-vesa/.md5sum1
-rw-r--r--xorg-xf86-video-vesa/Pkgfile18
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg-xf86-video-vesa/.footprint b/xorg-xf86-video-vesa/.footprint
new file mode 100644
index 00000000..4eb6b90f
--- /dev/null
+++ b/xorg-xf86-video-vesa/.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/vesa_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/vesa_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/vesa.4.gz
diff --git a/xorg-xf86-video-vesa/.md5sum b/xorg-xf86-video-vesa/.md5sum
new file mode 100644
index 00000000..ef7ee08a
--- /dev/null
+++ b/xorg-xf86-video-vesa/.md5sum
@@ -0,0 +1 @@
+38e8bc1a630a4b83cb602bfd2fe90b7c xf86-video-vesa-1.0.1.3.tar.bz2
diff --git a/xorg-xf86-video-vesa/Pkgfile b/xorg-xf86-video-vesa/Pkgfile
new file mode 100644
index 00000000..21f892b4
--- /dev/null
+++ b/xorg-xf86-video-vesa/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-video-vesa
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Depends on: xorg-server
+
+name=xorg-xf86-video-vesa
+version=1.0.1.3
+release=1
+source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/xf86-video-vesa-$version.tar.bz2)
+
+build() {
+ cd xf86-video-vesa-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit