CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libpthread-stubs: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Wed, 16 Dec 2009 16:32:57 +0000 (17:32 +0100)
committerJose V Beneyto <sepen@crux.nu>
Wed, 16 Dec 2009 16:32:57 +0000 (17:32 +0100)
libpthread-stubs/.footprint [new file with mode: 0644]
libpthread-stubs/.md5sum [new file with mode: 0644]
libpthread-stubs/Pkgfile [new file with mode: 0644]

diff --git a/libpthread-stubs/.footprint b/libpthread-stubs/.footprint
new file mode 100644 (file)
index 0000000..15be254
--- /dev/null
@@ -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 (file)
index 0000000..30ad225
--- /dev/null
@@ -0,0 +1 @@
+2ba9ce2d46da0a2a1090384ece3387ff  libpthread-stubs-0.2.tar.bz2
diff --git a/libpthread-stubs/Pkgfile b/libpthread-stubs/Pkgfile
new file mode 100644 (file)
index 0000000..289c249
--- /dev/null
@@ -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
+}