From f99268f797c120a24030a573ef22813cd018beb5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 22 Oct 2022 16:29:29 +0100 Subject: Added unrar --- repo/libpthread-stubs/libpthread-stubs.xibuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 repo/libpthread-stubs/libpthread-stubs.xibuild (limited to 'repo/libpthread-stubs') diff --git a/repo/libpthread-stubs/libpthread-stubs.xibuild b/repo/libpthread-stubs/libpthread-stubs.xibuild new file mode 100644 index 0000000..cbdeaec --- /dev/null +++ b/repo/libpthread-stubs/libpthread-stubs.xibuild @@ -0,0 +1,24 @@ +#!/bin/sh + +NAME="libpthread-stubs" +DESC="Pthread functions stubs for platforms missing them" + +MAKEDEPS="" + +PKG_VER=0.4 +SOURCE="https://xcb.freedesktop.org/dist/libpthread-stubs-$PKG_VER.tar.bz2" + +build() { + ./configure \ + --prefix=/usr + make +} + +check() { + make check +} + +package() { + make DESTDIR="$PKG_DEST" install +} + -- cgit v1.2.1