summaryrefslogtreecommitdiff
path: root/libpthread-stubs-32/Pkgfile
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 /libpthread-stubs-32/Pkgfile
parent7fe949bb83be5abb275a8a7f7fe77b88ea997592 (diff)
downloadcompat-32-f58de0877c76c9d2faeedc5a37e9a083595bfbe9.tar.gz
compat-32-f58de0877c76c9d2faeedc5a37e9a083595bfbe9.tar.xz
Initial import of *-32 ports for CRUX 3.0
Diffstat (limited to 'libpthread-stubs-32/Pkgfile')
-rw-r--r--libpthread-stubs-32/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/libpthread-stubs-32/Pkgfile b/libpthread-stubs-32/Pkgfile
new file mode 100644
index 00000000..799e4f1b
--- /dev/null
+++ b/libpthread-stubs-32/Pkgfile
@@ -0,0 +1,17 @@
+# Description: pthread dummy implementation
+# URL: http://xcb.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=libpthread-stubs-32
+version=0.2
+release=1
+source=(http://xcb.freedesktop.org/dist/libpthread-stubs-$version.tar.bz2)
+
+build() {
+ cd libpthread-stubs-$version
+
+ ./configure --prefix=/usr --libdir=/usr/lib32
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit