summaryrefslogtreecommitdiff
path: root/xorg-libxt-32
diff options
context:
space:
mode:
authorMatt Housh <jaeger@morpheus.net>2012-11-21 11:12:43 -0600
committerMatt Housh <jaeger@morpheus.net>2012-11-21 11:12:43 -0600
commitf58de0877c76c9d2faeedc5a37e9a083595bfbe9 (patch)
tree7aaecd27b8ddf86d5a22917e9227f2437d601b30 /xorg-libxt-32
parent7fe949bb83be5abb275a8a7f7fe77b88ea997592 (diff)
downloadcompat-32-f58de0877c76c9d2faeedc5a37e9a083595bfbe9.tar.gz
compat-32-f58de0877c76c9d2faeedc5a37e9a083595bfbe9.tar.xz
Initial import of *-32 ports for CRUX 3.0
Diffstat (limited to 'xorg-libxt-32')
-rw-r--r--xorg-libxt-32/.32bit0
-rw-r--r--xorg-libxt-32/.footprint9
-rw-r--r--xorg-libxt-32/.md5sum1
-rw-r--r--xorg-libxt-32/Pkgfile19
4 files changed, 29 insertions, 0 deletions
diff --git a/xorg-libxt-32/.32bit b/xorg-libxt-32/.32bit
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/xorg-libxt-32/.32bit
diff --git a/xorg-libxt-32/.footprint b/xorg-libxt-32/.footprint
new file mode 100644
index 00000000..94a75f2d
--- /dev/null
+++ b/xorg-libxt-32/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib32/
+-rw-r--r-- root/root usr/lib32/libXt.a
+-rwxr-xr-x root/root usr/lib32/libXt.la
+lrwxrwxrwx root/root usr/lib32/libXt.so -> libXt.so.6.0.0
+lrwxrwxrwx root/root usr/lib32/libXt.so.6 -> libXt.so.6.0.0
+-rwxr-xr-x root/root usr/lib32/libXt.so.6.0.0
+drwxr-xr-x root/root usr/lib32/pkgconfig/
+-rw-r--r-- root/root usr/lib32/pkgconfig/xt.pc
diff --git a/xorg-libxt-32/.md5sum b/xorg-libxt-32/.md5sum
new file mode 100644
index 00000000..aca00d41
--- /dev/null
+++ b/xorg-libxt-32/.md5sum
@@ -0,0 +1 @@
+a6f137ae100e74ebe3b71eb4a38c40b3 libXt-1.1.3.tar.bz2
diff --git a/xorg-libxt-32/Pkgfile b/xorg-libxt-32/Pkgfile
new file mode 100644
index 00000000..fc54488a
--- /dev/null
+++ b/xorg-libxt-32/Pkgfile
@@ -0,0 +1,19 @@
+# Description: xorg lib libXt
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libsm-32 xorg-libx11-32 xorg-xproto-32 xorg-kbproto-32 xorg-libxt
+
+name=xorg-libxt-32
+version=1.1.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXt-$version.tar.bz2)
+
+build() {
+ cd libXt-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32
+
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/{include,man,share}
+}

Generated by cgit