diff options
Diffstat (limited to 'community/libcap')
-rwxr-xr-x | community/libcap/build | 17 | ||||
-rw-r--r-- | community/libcap/checksums | 2 | ||||
-rw-r--r-- | community/libcap/meta | 3 | ||||
-rw-r--r-- | community/libcap/sources | 1 | ||||
-rw-r--r-- | community/libcap/version | 1 |
5 files changed, 24 insertions, 0 deletions
diff --git a/community/libcap/build b/community/libcap/build new file mode 100755 index 00000000..69f5e47c --- /dev/null +++ b/community/libcap/build @@ -0,0 +1,17 @@ +#!/bin/sh -e + +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 diff --git a/community/libcap/checksums b/community/libcap/checksums new file mode 100644 index 00000000..8930edd3 --- /dev/null +++ b/community/libcap/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +f011ab12d8c7a88d3c0a0e091fc67218a469add81c26e90a24d11ec0949848fe libcap-2.70.tar.xz diff --git a/community/libcap/meta b/community/libcap/meta new file mode 100644 index 00000000..64988e9d --- /dev/null +++ b/community/libcap/meta @@ -0,0 +1,3 @@ +description: POSIX.1e capabilities suite +license: GPL-2.0-only +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/community/libcap/sources b/community/libcap/sources new file mode 100644 index 00000000..b056ca62 --- /dev/null +++ b/community/libcap/sources @@ -0,0 +1 @@ +https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.70.tar.xz diff --git a/community/libcap/version b/community/libcap/version new file mode 100644 index 00000000..53f73856 --- /dev/null +++ b/community/libcap/version @@ -0,0 +1 @@ +2.70 1 |