summaryrefslogtreecommitdiff
path: root/libs/libpthread-stubs
diff options
context:
space:
mode:
authorrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
committerrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
commitc82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch)
tree56d864b5a5c6c145edd96178ae219a8f90e191a6 /libs/libpthread-stubs
downloadports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'libs/libpthread-stubs')
-rw-r--r--libs/libpthread-stubs/.footprint4
-rw-r--r--libs/libpthread-stubs/.signature6
-rw-r--r--libs/libpthread-stubs/MAKEPKG27
3 files changed, 37 insertions, 0 deletions
diff --git a/libs/libpthread-stubs/.footprint b/libs/libpthread-stubs/.footprint
new file mode 100644
index 0000000..dbef8b7
--- /dev/null
+++ b/libs/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/libs/libpthread-stubs/.signature b/libs/libpthread-stubs/.signature
new file mode 100644
index 0000000..eae09f8
--- /dev/null
+++ b/libs/libpthread-stubs/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mJ4hHAPd4SyuBua/RpoH3V3RMuYMfRTQrT68uaE/Y6/MNgWe0G2K7yqCBPO3oau9CyPp467wi2NO7IySJPZAzQ8=
+
+SHA256 (MAKEPKG) = b95392bcf3a49cff9195a62f4ac7c76750a6e03c44870189a1b67ff4aaf0984d
+SHA256 (.footprint) = 73ed2dba96974a5aebd05aa2973bcc00186938538ff5accf9d29de7e502927c1
+SHA256 (libpthread-stubs-0.5.tar.xz) = 59da566decceba7c2a7970a4a03b48d9905f1262ff94410a649224e33d2442bc
+SHA256 (libpthread-stubs#0.5-1.pkg.tar.gz) = b235176391b225358b2cc12110f45fc0e1be9b6e9690f82e4d597ba4f04fb219
diff --git a/libs/libpthread-stubs/MAKEPKG b/libs/libpthread-stubs/MAKEPKG
new file mode 100644
index 0000000..be6defe
--- /dev/null
+++ b/libs/libpthread-stubs/MAKEPKG
@@ -0,0 +1,27 @@
+#!/bin/mkpkg
+# description: Pthread stubs for XCB
+# url: https://xcb.freedesktop.org/
+
+name=libpthread-stubs
+version=0.5
+release=1
+source=(https://xorg.freedesktop.org/archive/individual/lib/$name-$version.tar.xz)
+
+sha256sums=(
+ "59da566decceba7c2a7970a4a03b48d9905f1262ff94410a649224e33d2442bc"
+)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh