From e63cb64cebc6bad9c511912bfe33a72cb42743c8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sun, 15 Feb 2009 11:54:29 +0000 Subject: x11: added libX11 and depends --- x11/libpthread-stubs/APKBUILD | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 x11/libpthread-stubs/APKBUILD (limited to 'x11/libpthread-stubs') diff --git a/x11/libpthread-stubs/APKBUILD b/x11/libpthread-stubs/APKBUILD new file mode 100644 index 000000000..fd565293a --- /dev/null +++ b/x11/libpthread-stubs/APKBUILD @@ -0,0 +1,17 @@ +# Maintainer: Natanael Copa +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" -- cgit v1.2.3