We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d8b8d commit 5e13226Copy full SHA for 5e13226
srcpkgs/audit/template
@@ -1,7 +1,7 @@
1
# Template file for 'audit'
2
pkgname=audit
3
version=4.0.3
4
-revision=1
+revision=2
5
build_style=gnu-configure
6
configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
7
--with-apparmor --with-libcap-ng --with-python3"
@@ -63,6 +63,8 @@ libaudit-devel_package() {
63
depends="libaudit-${version}_${revision} libcap-ng-devel"
64
pkg_install() {
65
vmove usr/include/libaudit.h
66
+ vmove usr/include/audit_logging.h
67
+ vmove usr/include/audit-records.h
68
vmove usr/lib/libaudit.a
69
vmove usr/lib/libaudit.so
70
vmove usr/lib/pkgconfig/audit.pc
0 commit comments