From cb447620084a20be80d116c81c2e9ec110be7118 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 01:23:51 +0000 Subject: restructured repo system --- repo/system/libseccomp.xibuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 repo/system/libseccomp.xibuild (limited to 'repo/system/libseccomp.xibuild') diff --git a/repo/system/libseccomp.xibuild b/repo/system/libseccomp.xibuild new file mode 100644 index 0000000..1d5fe3a --- /dev/null +++ b/repo/system/libseccomp.xibuild @@ -0,0 +1,15 @@ +#!/bin/bash + +DEPS=(glibc) + +SOURCE=https://github.com/seccomp/libseccomp/releases/download/v2.5.3/libseccomp-2.5.3.tar.gz + +DESC="Enhanced seccomp library" + +build () { + ./configure --prefix=/usr --disable-static && + make + make check + make prefix=/usr lib=lib DESTDIR=$PKG_DEST install + +} -- cgit v1.2.1