From 003727289cc45e29eff0c0c48ad0f9660f96644f Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 15:02:47 +0000 Subject: separated patch, build, check and package stages --- repo/system/libseccomp.xibuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'repo/system/libseccomp.xibuild') diff --git a/repo/system/libseccomp.xibuild b/repo/system/libseccomp.xibuild index 2fda78c..f5de719 100644 --- a/repo/system/libseccomp.xibuild +++ b/repo/system/libseccomp.xibuild @@ -10,7 +10,12 @@ DESC="Enhanced seccomp library" build () { ./configure --prefix=/usr --disable-static && make +} + +check () { make check - make prefix=/usr lib=lib DESTDIR=$PKG_DEST install +} +package () { + make prefix=/usr lib=lib DESTDIR=$PKG_DEST install } -- cgit v1.2.1