From 8a36156e4faf454c4b500876ad369ac983c035fd Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 31 Aug 2022 11:01:43 +0300 Subject: libcap: add new package at 2.65 --- community/libcap/build | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 community/libcap/build (limited to 'community/libcap/build') diff --git a/community/libcap/build b/community/libcap/build new file mode 100755 index 00000000..c35c2254 --- /dev/null +++ b/community/libcap/build @@ -0,0 +1,19 @@ +#!/bin/sh -e + +sed -i '45d;46d' progs/Makefile + +mk() { + make \ + GOLANG=no \ + PREFIX=/usr \ + SBINDIR=/usr/bin \ + LIBDIR=/usr/lib \ + PKGCONFIGDIR=/usr/lib/pkgconfig \ + RAISE_SETFCAP=no \ + INDENT=" " \ + PAM_CAP=no \ + "$@" +} + +mk +mk DESTDIR="$1" install -- cgit v1.2.3