aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libpthread-stubs
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libpthread-stubs')
-rw-r--r--x11/libpthread-stubs/APKBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/libpthread-stubs/APKBUILD b/x11/libpthread-stubs/APKBUILD
new file mode 100644
index 0000000000..fd565293ac
--- /dev/null
+++ b/x11/libpthread-stubs/APKBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=libpthread-stubs
+pkgver=0.1
+pkgrel=0
+pkgdesc="Pthread functions stubs for platforms missing them"
+url="http://cgit.freedesktop.org/xcb/pthread-stubs"
+license="X11"
+depends="uclibc"
+source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2"
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+ make -j1 DESTDIR="$pkgdir" install
+}
+md5sums="774eabaf33440d534efe108ef9130a7d libpthread-stubs-0.1.tar.bz2"