From c6edc84c25d3be418008285b643a80ab579f9102 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 16 Dec 2009 17:32:57 +0100 Subject: [PATCH] libpthread-stubs: initial import (verified compilation) --- libpthread-stubs/.footprint | 9 +++++++++ libpthread-stubs/.md5sum | 1 + libpthread-stubs/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 libpthread-stubs/.footprint create mode 100644 libpthread-stubs/.md5sum create mode 100644 libpthread-stubs/Pkgfile 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..289c249 --- /dev/null +++ b/libpthread-stubs/Pkgfile @@ -0,0 +1,21 @@ +# Description: pthread dummy implementation +# URL: http://xcb.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Depends on: + +name=libpthread-stubs +version=0.2 +release=1 +source=(http://xcb.freedesktop.org/dist/$name-$version.tar.bz2) + +build() { + cd $name-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + + make + make DESTDIR=$PKG install +} -- 2.26.2