From 5170f5c85fe0e84fe8af55c6a024c7b6e844b0f1 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 28 May 2022 19:37:22 +0100 Subject: fixed packages --- repo/system/libucontext/libucontext.xibuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 repo/system/libucontext/libucontext.xibuild (limited to 'repo/system/libucontext') diff --git a/repo/system/libucontext/libucontext.xibuild b/repo/system/libucontext/libucontext.xibuild new file mode 100644 index 0000000..801490b --- /dev/null +++ b/repo/system/libucontext/libucontext.xibuild @@ -0,0 +1,18 @@ +#!/bin/sh + +NAME="libucontext" +DESC="ucontext function implementations" + +MAKEDEPS="make " +DEPS="musl " + +PKG_VER=1.2 +SOURCE="https://distfiles.dereferenced.org/libucontext/libucontext-$PKG_VER.tar.xz" + +build () { + make PREFIX=/usr +} + +package () { + make PREFIX=/usr DESTDIR=$PKG_DEST install +} -- cgit v1.2.1