From 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 18 Dec 2010 23:16:03 +0100 Subject: Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7) --- libpthread-stubs/.footprint | 9 +++++++++ libpthread-stubs/.md5sum | 1 + libpthread-stubs/Pkgfile | 12 ++++++++++++ libpthread-stubs/Pkgfile.old | 17 +++++++++++++++++ 4 files changed, 39 insertions(+) create mode 100644 libpthread-stubs/.footprint create mode 100644 libpthread-stubs/.md5sum create mode 100644 libpthread-stubs/Pkgfile create mode 100644 libpthread-stubs/Pkgfile.old (limited to 'libpthread-stubs') 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..eaa5132 --- /dev/null +++ b/libpthread-stubs/Pkgfile @@ -0,0 +1,12 @@ +description="pthread dummy implementation" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xcb.freedesktop.org" +depends=() + +name=libpthread-stubs +version=0.2 +release=1 +source=(http://xcb.freedesktop.org/dist/libpthread-stubs-0.2.tar.bz2) + +includes=(autotools) diff --git a/libpthread-stubs/Pkgfile.old b/libpthread-stubs/Pkgfile.old new file mode 100644 index 0000000..fc895a0 --- /dev/null +++ b/libpthread-stubs/Pkgfile.old @@ -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.2 +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