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

Generated by cgit