wok diff audit/receipt @ rev 21191

consonance: patch for libcdio-paranoia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 03 18:28:33 2019 +0200 (2019-04-03)
parents 7c3a8f7af451
children 8f20ceb4532c
line diff
     1.1 --- a/audit/receipt	Tue Feb 14 22:13:07 2017 +0100
     1.2 +++ b/audit/receipt	Wed Apr 03 18:28:33 2019 +0200
     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 &&