summaryrefslogtreecommitdiffstats
path: root/libpthread-stubs/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread-stubs/Pkgfile.old')
-rw-r--r--libpthread-stubs/Pkgfile.old17
1 files changed, 17 insertions, 0 deletions
diff --git a/libpthread-stubs/Pkgfile.old b/libpthread-stubs/Pkgfile.old
new file mode 100644
index 0000000..fc895a0
--- /dev/null
+++ b/libpthread-stubs/Pkgfile.old
@@ -0,0 +1,17 @@
+# Description: pthread dummy implementation
+# URL: http://xcb.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=libpthread-stubs
+version=0.2
+release=1
+source=(http://xcb.freedesktop.org/dist/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}