diff options
author | Matt Housh <jaeger@morpheus.net> | 2012-11-21 11:12:43 -0600 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2012-11-21 11:12:43 -0600 |
commit | f58de0877c76c9d2faeedc5a37e9a083595bfbe9 (patch) | |
tree | 7aaecd27b8ddf86d5a22917e9227f2437d601b30 /xorg-xcb-proto-32 | |
parent | 7fe949bb83be5abb275a8a7f7fe77b88ea997592 (diff) | |
download | compat-32-f58de0877c76c9d2faeedc5a37e9a083595bfbe9.tar.gz compat-32-f58de0877c76c9d2faeedc5a37e9a083595bfbe9.tar.xz |
Initial import of *-32 ports for CRUX 3.0
Diffstat (limited to 'xorg-xcb-proto-32')
-rw-r--r-- | xorg-xcb-proto-32/.32bit | 0 | ||||
-rw-r--r-- | xorg-xcb-proto-32/.footprint | 4 | ||||
-rw-r--r-- | xorg-xcb-proto-32/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xcb-proto-32/Pkgfile | 19 |
4 files changed, 24 insertions, 0 deletions
diff --git a/xorg-xcb-proto-32/.32bit b/xorg-xcb-proto-32/.32bit new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/xorg-xcb-proto-32/.32bit diff --git a/xorg-xcb-proto-32/.footprint b/xorg-xcb-proto-32/.footprint new file mode 100644 index 00000000..ced61b18 --- /dev/null +++ b/xorg-xcb-proto-32/.footprint @@ -0,0 +1,4 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib32/ +drwxr-xr-x root/root usr/lib32/pkgconfig/ +-rw-r--r-- root/root usr/lib32/pkgconfig/xcb-proto.pc diff --git a/xorg-xcb-proto-32/.md5sum b/xorg-xcb-proto-32/.md5sum new file mode 100644 index 00000000..6498fa54 --- /dev/null +++ b/xorg-xcb-proto-32/.md5sum @@ -0,0 +1 @@ +a5de3432cc6e43cc6a27f241dbb991b1 xcb-proto-1.8.tar.bz2 diff --git a/xorg-xcb-proto-32/Pkgfile b/xorg-xcb-proto-32/Pkgfile new file mode 100644 index 00000000..03f47f31 --- /dev/null +++ b/xorg-xcb-proto-32/Pkgfile @@ -0,0 +1,19 @@ +# Description: XCB X protocol descriptions +# URL: http://xcb.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: python-32 xorg-xcb-proto + +name=xorg-xcb-proto-32 +version=1.8 +release=1 +source=(http://xcb.freedesktop.org/dist/xcb-proto-$version.tar.bz2) + +build() { + cd xcb-proto-$version + + ./configure --prefix=/usr --libdir=/usr/lib32 + + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/{lib,share} +} |