wok-next view audit-dev/receipt @ rev 13439
Up: claws-mail-spam-report (0.3.16)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Oct 07 01:21:26 2012 +0200 (2012-10-07) |
parents | |
children | 380ffe05937a |
line source
1 # SliTaz package receipt.
3 PACKAGE="audit-dev"
4 VERSION="2.2.1"
5 CATEGORY="development"
6 SHORT_DESC="System call auditing development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://people.redhat.com/sgrubb/audit/"
9 WANTED="audit"
11 DEPENDS=""
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/*.a $fs/usr/lib
19 }