wok diff audit/receipt @ rev 21157

updated libconfig and libconfig-dev again (1.4.8 -> 1.7.2)
author Hans-G?nter Theisgen
date Sat Mar 30 16:34:10 2019 +0100 (2019-03-30)
parents 7c3a8f7af451
children 8f20ceb4532c
line diff
     1.1 --- a/audit/receipt	Tue Feb 14 22:13:07 2017 +0100
     1.2 +++ b/audit/receipt	Sat Mar 30 16:34:10 2019 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="audit"
     1.7 -VERSION="2.2.1"
     1.8 +VERSION="2.8.4"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="System call auditing."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="http://people.redhat.com/sgrubb/audit/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WGET_URL="${WEB_SITE}$TARBALL"
    1.17  
    1.18 @@ -16,9 +17,12 @@
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	./configure --prefix=/usr --sysconfdir=/etc \
    1.23 +	./configure \
    1.24 +		--prefix=/usr \
    1.25 +		--sysconfdir=/etc \
    1.26  		--mandir=/usr/share/man \
    1.27 -		--localstatedir=/var --sbindir=/sbin \
    1.28 +		--localstatedir=/var \
    1.29 +		--sbindir=/sbin \
    1.30  		--with-libcap-ng=no \
    1.31  		--without-python \
    1.32  	$CONFIGURE_ARGS &&