summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86vidmodeproto
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 23:01:20 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 23:01:20 +0100
commitbb71fa978daa478dc98e1e1e7920f23886c7cfbc (patch)
tree66d8e2704bfe1c14db670a82e40ba079707f882c /xorg/xorg-xf86vidmodeproto
parent00a4ea314c45f8d9c647f09b526f3587184a3000 (diff)
downloadnutyx-extra-bb71fa978daa478dc98e1e1e7920f23886c7cfbc.tar.gz
nutyx-extra-bb71fa978daa478dc98e1e1e7920f23886c7cfbc.tar.bz2
nutyx-extra-bb71fa978daa478dc98e1e1e7920f23886c7cfbc.tar.xz
nutyx-extra-bb71fa978daa478dc98e1e1e7920f23886c7cfbc.zip
Ajout de xorg-xf86vidmodeproto#2.2.2-1
Diffstat (limited to 'xorg/xorg-xf86vidmodeproto')
-rw-r--r--xorg/xorg-xf86vidmodeproto/.footprint9
-rw-r--r--xorg/xorg-xf86vidmodeproto/.md5sum1
-rw-r--r--xorg/xorg-xf86vidmodeproto/Pkgfile17
3 files changed, 27 insertions, 0 deletions
diff --git a/xorg/xorg-xf86vidmodeproto/.footprint b/xorg/xorg-xf86vidmodeproto/.footprint
new file mode 100644
index 000000000..a60309c1c
--- /dev/null
+++ b/xorg/xorg-xf86vidmodeproto/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/X11/
+drwxr-xr-x root/root usr/include/X11/extensions/
+-rw-r--r-- root/root usr/include/X11/extensions/xf86vmode.h
+-rw-r--r-- root/root usr/include/X11/extensions/xf86vmstr.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xf86vidmodeproto.pc
diff --git a/xorg/xorg-xf86vidmodeproto/.md5sum b/xorg/xorg-xf86vidmodeproto/.md5sum
new file mode 100644
index 000000000..74089783e
--- /dev/null
+++ b/xorg/xorg-xf86vidmodeproto/.md5sum
@@ -0,0 +1 @@
+f00844a63d6e76b69eb0eb5e41eed843 xf86vidmodeproto-2.2.2.tar.bz2
diff --git a/xorg/xorg-xf86vidmodeproto/Pkgfile b/xorg/xorg-xf86vidmodeproto/Pkgfile
new file mode 100644
index 000000000..54f554b68
--- /dev/null
+++ b/xorg/xorg-xf86vidmodeproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg proto xf86vidmodeproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-xf86vidmodeproto
+version=2.2.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/xf86vidmodeproto-$version.tar.bz2)
+
+build() {
+ cd xf86vidmodeproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}