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

Generated by cgit