diff options
author | davidovski <david@davidovski.xyz> | 2022-04-20 22:40:49 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-20 22:40:49 +0000 |
commit | 1084afc3c4d9c83e61620de60ba59a4393a33cb0 (patch) | |
tree | 17b2e37df0f1d61a83566fda5f707faffab54628 /repo/skip/audit.xibuild | |
parent | c35d083dc525e223b085ec00e6863ea6eafb003c (diff) |
fixed create to work within env
Diffstat (limited to 'repo/skip/audit.xibuild')
-rw-r--r-- | repo/skip/audit.xibuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/repo/skip/audit.xibuild b/repo/skip/audit.xibuild deleted file mode 100644 index fcfd2ec..0000000 --- a/repo/skip/audit.xibuild +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make swig" -DEPS="sbase libcap-ng musl" - -PKG_VER=3.0.6 -SOURCE=https://people.redhat.com/sgrubb/audit/audit-$PKG_VER.tar.gz -ADDITIONAL=" - 0003-all-get-rid-of-strndupa.patch - 0004-fix-path-in-au-remote-conf.patch - auditd.initd - auditd.confd - " - -DESC="User space tools for 2.6 kernel auditing" - -prepare () { - apply_patches -} - -build () { - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --disable-zos-remote \ - --enable-shared=audit - make -} - -check () { - make -j1 check -} - -package () { - make DESTDIR="$PKG_DEST" install - install -Dm755 /auditd.initd "$PKG_DEST"/etc/init.d/auditd - install -Dm644 /auditd.confd "$PKG_DEST"/etc/conf.d/auditd - -} |