summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-trapproto
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:12:10 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:12:10 +0100
commit7dfee723e3c02ee45051eeaf4f7ab2bd1741653c (patch)
tree4ff472ed1c7b279c430d221d6377394cea9f1574 /xorg/xorg-trapproto
parent9ea819ad4ffa1a25ccc159c31fafaf6e456c9e4c (diff)
downloadnutyx-extra-7dfee723e3c02ee45051eeaf4f7ab2bd1741653c.tar.gz
nutyx-extra-7dfee723e3c02ee45051eeaf4f7ab2bd1741653c.tar.bz2
nutyx-extra-7dfee723e3c02ee45051eeaf4f7ab2bd1741653c.tar.xz
nutyx-extra-7dfee723e3c02ee45051eeaf4f7ab2bd1741653c.zip
Ajout de xorg-trapproto#3.4.3-1
Diffstat (limited to 'xorg/xorg-trapproto')
-rw-r--r--xorg/xorg-trapproto/.footprint14
-rw-r--r--xorg/xorg-trapproto/.md5sum1
-rw-r--r--xorg/xorg-trapproto/Pkgfile17
3 files changed, 32 insertions, 0 deletions
diff --git a/xorg/xorg-trapproto/.footprint b/xorg/xorg-trapproto/.footprint
new file mode 100644
index 000000000..a7830ba05
--- /dev/null
+++ b/xorg/xorg-trapproto/.footprint
@@ -0,0 +1,14 @@
+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/xtrapbits.h
+-rw-r--r-- root/root usr/include/X11/extensions/xtrapddmi.h
+-rw-r--r-- root/root usr/include/X11/extensions/xtrapdi.h
+-rw-r--r-- root/root usr/include/X11/extensions/xtrapemacros.h
+-rw-r--r-- root/root usr/include/X11/extensions/xtraplib.h
+-rw-r--r-- root/root usr/include/X11/extensions/xtraplibp.h
+-rw-r--r-- root/root usr/include/X11/extensions/xtrapproto.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/trapproto.pc
diff --git a/xorg/xorg-trapproto/.md5sum b/xorg/xorg-trapproto/.md5sum
new file mode 100644
index 000000000..fa12e0f0f
--- /dev/null
+++ b/xorg/xorg-trapproto/.md5sum
@@ -0,0 +1 @@
+3b713239e5e6b269b31cb665563358df trapproto-3.4.3.tar.bz2
diff --git a/xorg/xorg-trapproto/Pkgfile b/xorg/xorg-trapproto/Pkgfile
new file mode 100644
index 000000000..fd244c3a9
--- /dev/null
+++ b/xorg/xorg-trapproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg proto trapproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-trapproto
+version=3.4.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/trapproto-$version.tar.bz2)
+
+build() {
+ cd trapproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}