diff options
Diffstat (limited to 'repo/core/libcap-ng.xibuild')
-rw-r--r-- | repo/core/libcap-ng.xibuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/repo/core/libcap-ng.xibuild b/repo/core/libcap-ng.xibuild deleted file mode 100644 index eaad150..0000000 --- a/repo/core/libcap-ng.xibuild +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -DEPS=(glibc) - -SOURCE=https://github.com/stevegrubb/libcap-ng/archive/refs/tags/v0.8.2.tar.gz - -DESC="A library for linux that makes posix capabilities easy" - -build () { - ./autogen.sh - ./configure --prefix=/usr - make prefix=/usr lib=lib -} - -package() { - make prefix=/usr lib=lib DESTDIR=$PKG_DEST install -} |