From c34bb4d7bb215a02416a59dda70f05d3236d7c54 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 20:48:06 +0100 Subject: ajout de libpthread-stubs#0.1-1 --- xorg/libpthread-stubs/.footprint | 4 ++++ xorg/libpthread-stubs/.md5sum | 1 + xorg/libpthread-stubs/Pkgfile | 17 +++++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 xorg/libpthread-stubs/.footprint create mode 100644 xorg/libpthread-stubs/.md5sum create mode 100644 xorg/libpthread-stubs/Pkgfile (limited to 'xorg') diff --git a/xorg/libpthread-stubs/.footprint b/xorg/libpthread-stubs/.footprint new file mode 100644 index 000000000..dbef8b74b --- /dev/null +++ b/xorg/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/xorg/libpthread-stubs/.md5sum b/xorg/libpthread-stubs/.md5sum new file mode 100644 index 000000000..5b8f8dc11 --- /dev/null +++ b/xorg/libpthread-stubs/.md5sum @@ -0,0 +1 @@ +774eabaf33440d534efe108ef9130a7d libpthread-stubs-0.1.tar.bz2 diff --git a/xorg/libpthread-stubs/Pkgfile b/xorg/libpthread-stubs/Pkgfile new file mode 100644 index 000000000..4528c9693 --- /dev/null +++ b/xorg/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 +} -- cgit v1.2.3-54-g00ecf