mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/audit: Updated for version 2.0.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
c8132aae43
commit
0541d96c64
2 changed files with 6 additions and 6 deletions
|
@ -22,7 +22,8 @@
|
||||||
# SUCH DAMAGE.
|
# SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=audit
|
PRGNAM=audit
|
||||||
VERSION=${VERSION:-2.0.4}
|
PKGVER=`basename $PRGNAM*tar.gz .tar.gz | cut -d- -f2`
|
||||||
|
VERSION=${VERSION:-$PKGVER}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -79,7 +80,6 @@ CFLAGS="$SLKCFLAGS" \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--disable-static \
|
|
||||||
--program-prefix= \
|
--program-prefix= \
|
||||||
--program-suffix= \
|
--program-suffix= \
|
||||||
--sbindir=/sbin \
|
--sbindir=/sbin \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="audit"
|
PRGNAM="audit"
|
||||||
VERSION="2.0.4"
|
VERSION="2.0.5"
|
||||||
HOMEPAGE="http://people.redhat.com/sgrubb/audit/"
|
HOMEPAGE="http://people.redhat.com/sgrubb/audit/"
|
||||||
DOWNLOAD="http://people.redhat.com/sgrubb/audit/audit-2.0.4.tar.gz"
|
DOWNLOAD="http://people.redhat.com/sgrubb/audit/audit-2.0.5.tar.gz"
|
||||||
MD5SUM="91eee3f3869dd79123a45c2775f3e85e"
|
MD5SUM="1326b712dab362acbc8686cd91f8e3e1"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Andy Bailey"
|
MAINTAINER="Andy Bailey"
|
||||||
EMAIL="bailey@akamai.com"
|
EMAIL="bailey@akamai.com"
|
||||||
APPROVED="rworkman"
|
APPROVED="dsomero"
|
||||||
|
|
Loading…
Reference in a new issue