wok-undigest view audit/receipt @ rev 696

Add audit
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 10 09:24:24 2012 +0200 (2012-05-10)
parents
children 53bfbb27d2b1
line source
1 # SliTaz package receipt.
3 PACKAGE="audit"
4 VERSION="2.2.1"
5 CATEGORY="misc"
6 SHORT_DESC="System call auditing."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://people.redhat.com/sgrubb/audit/"
10 WGET_URL="${WEB_SITE}$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr --mandir=/usr/share/man \
20 --localstatedir=/var --sbindir=/sbin \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $_pkg/* $fs/
30 }