summaryrefslogtreecommitdiff
path: root/xorg-resourceproto
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-resourceproto
downloadxorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz
xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz
initial import
Diffstat (limited to 'xorg-resourceproto')
-rw-r--r--xorg-resourceproto/.footprint8
-rw-r--r--xorg-resourceproto/.md5sum1
-rw-r--r--xorg-resourceproto/Pkgfile17
3 files changed, 26 insertions, 0 deletions
diff --git a/xorg-resourceproto/.footprint b/xorg-resourceproto/.footprint
new file mode 100644
index 00000000..41f9aad5
--- /dev/null
+++ b/xorg-resourceproto/.footprint
@@ -0,0 +1,8 @@
+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/XResproto.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/resourceproto.pc
diff --git a/xorg-resourceproto/.md5sum b/xorg-resourceproto/.md5sum
new file mode 100644
index 00000000..f9867cc1
--- /dev/null
+++ b/xorg-resourceproto/.md5sum
@@ -0,0 +1 @@
+b823b314e37eb19dae1f297951d2e933 resourceproto-1.0.2.tar.bz2
diff --git a/xorg-resourceproto/Pkgfile b/xorg-resourceproto/Pkgfile
new file mode 100644
index 00000000..ae7ff961
--- /dev/null
+++ b/xorg-resourceproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg proto resourceproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+
+name=xorg-resourceproto
+version=1.0.2
+release=1
+source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/resourceproto-$version.tar.bz2)
+
+build() {
+ cd resourceproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit