summaryrefslogtreecommitdiffstats
path: root/libpthread-stubs
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread-stubs')
-rw-r--r--libpthread-stubs/.footprint9
-rw-r--r--libpthread-stubs/.md5sum1
-rw-r--r--libpthread-stubs/Pkgfile12
-rw-r--r--libpthread-stubs/Pkgfile.old17
4 files changed, 39 insertions, 0 deletions
diff --git a/libpthread-stubs/.footprint b/libpthread-stubs/.footprint
new file mode 100644
index 0000000..15be254
--- /dev/null
+++ b/libpthread-stubs/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libpthread-stubs.a
+-rwxr-xr-x root/root usr/lib/libpthread-stubs.la
+lrwxrwxrwx root/root usr/lib/libpthread-stubs.so -> libpthread-stubs.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libpthread-stubs.so.0 -> libpthread-stubs.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libpthread-stubs.so.0.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/pthread-stubs.pc
diff --git a/libpthread-stubs/.md5sum b/libpthread-stubs/.md5sum
new file mode 100644
index 0000000..30ad225
--- /dev/null
+++ b/libpthread-stubs/.md5sum
@@ -0,0 +1 @@
+2ba9ce2d46da0a2a1090384ece3387ff libpthread-stubs-0.2.tar.bz2
diff --git a/libpthread-stubs/Pkgfile b/libpthread-stubs/Pkgfile
new file mode 100644
index 0000000..eaa5132
--- /dev/null
+++ b/libpthread-stubs/Pkgfile
@@ -0,0 +1,12 @@
+description="pthread dummy implementation"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xcb.freedesktop.org"
+depends=()
+
+name=libpthread-stubs
+version=0.2
+release=1
+source=(http://xcb.freedesktop.org/dist/libpthread-stubs-0.2.tar.bz2)
+
+includes=(autotools)
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
+}