CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libpthread-stubs: added overlay port
authorVictor Martinez <pitillo@ono.com>
Tue, 9 Aug 2016 14:07:21 +0000 (14:07 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 9 Aug 2016 14:07:21 +0000 (14:07 +0000)
libpthread-stubs/.Pkgfile.un~ [new file with mode: 0644]
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/.Pkgfile.un~ b/libpthread-stubs/.Pkgfile.un~
new file mode 100644 (file)
index 0000000..d353f6e
Binary files /dev/null and b/libpthread-stubs/.Pkgfile.un~ differ
diff --git a/libpthread-stubs/.footprint b/libpthread-stubs/.footprint
new file mode 100644 (file)
index 0000000..dbef8b7
--- /dev/null
@@ -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/libpthread-stubs/.md5sum b/libpthread-stubs/.md5sum
new file mode 100644 (file)
index 0000000..7281f97
--- /dev/null
@@ -0,0 +1 @@
+e8fa31b42e13f87e8f5a7a2b731db7ee  libpthread-stubs-0.3.tar.bz2
diff --git a/libpthread-stubs/Pkgfile b/libpthread-stubs/Pkgfile
new file mode 100644 (file)
index 0000000..d22885b
--- /dev/null
@@ -0,0 +1,18 @@
+# Description: pthread dummy implementation
+# URL: http://xcb.freedesktop.org
+# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
+
+name=libpthread-stubs
+version=0.3
+release=1
+source=(http://xcb.freedesktop.org/dist/$name-$version.tar.bz2)
+
+build() {
+  cd $name-$version
+
+  ./configure --prefix=/usr \
+              --build=aarch64-unknown-linux-gnueabi
+
+  make
+  make DESTDIR=$PKG install
+}