summaryrefslogtreecommitdiff
path: root/libpthread-stubs
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2006-11-24 17:08:35 +0100
committerTilman Sauerbeck <tilman@crux.nu>2006-11-24 17:08:35 +0100
commita09bf622a4d3ef1826764eecdd31f68b8118a479 (patch)
tree1cc94ccfaca3c5ae9671d8def654378a9fefe43e /libpthread-stubs
parentdc1ca8349bfb037ddd1f502d176839247d43250d (diff)
downloadxorg-a09bf622a4d3ef1826764eecdd31f68b8118a479.tar.gz
xorg-a09bf622a4d3ef1826764eecdd31f68b8118a479.tar.xz
libpthread-stubs: initial release
Diffstat (limited to 'libpthread-stubs')
-rw-r--r--libpthread-stubs/.footprint4
-rw-r--r--libpthread-stubs/.md5sum1
-rw-r--r--libpthread-stubs/Pkgfile17
3 files changed, 22 insertions, 0 deletions
diff --git a/libpthread-stubs/.footprint b/libpthread-stubs/.footprint
new file mode 100644
index 00000000..dbef8b74
--- /dev/null
+++ b/libpthread-stubs/.footprint
@@ -0,0 +1,4 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+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 00000000..5b8f8dc1
--- /dev/null
+++ b/libpthread-stubs/.md5sum
@@ -0,0 +1 @@
+774eabaf33440d534efe108ef9130a7d libpthread-stubs-0.1.tar.bz2
diff --git a/libpthread-stubs/Pkgfile b/libpthread-stubs/Pkgfile
new file mode 100644
index 00000000..4528c969
--- /dev/null
+++ b/libpthread-stubs/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
+version=0.1
+release=1
+source=(http://xcb.freedesktop.org/dist/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit