diff options
Diffstat (limited to 'repo/system/libucontext/libucontext.xibuild')
-rw-r--r-- | repo/system/libucontext/libucontext.xibuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/repo/system/libucontext/libucontext.xibuild b/repo/system/libucontext/libucontext.xibuild deleted file mode 100644 index 801490b..0000000 --- a/repo/system/libucontext/libucontext.xibuild +++ /dev/null @@ -1,18 +0,0 @@ -#!/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 -} |