wok-6.x diff audit-dev/receipt @ rev 25193
updated python-genshi (0.7.3 -> 0.7.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 10:42:47 2022 +0100 (2022-07-13) |
parents | 483356497a25 |
children |
line diff
1.1 --- a/audit-dev/receipt Sat Feb 09 11:30:07 2019 +0100 1.2 +++ b/audit-dev/receipt Wed Jul 13 10:42:47 2022 +0100 1.3 @@ -1,21 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="audit-dev" 1.7 -VERSION="2.8.4" 1.8 +VERSION="2.8.5" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="System call auditing development files" 1.11 +SHORT_DESC="System call auditing development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="http://people.redhat.com/sgrubb/audit/" 1.15 - 1.16 -WANTED="audit" 1.17 +WEB_SITE="https://people.redhat.com/sgrubb/audit/" 1.18 1.19 DEPENDS="" 1.20 +WANTED="audit" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/lib 1.26 - cp -a $install/usr/include $fs/usr 1.27 - cp -a $install/usr/lib/*.a $fs/usr/lib 1.28 + 1.29 + cp -a $install/usr/include $fs/usr 1.30 + cp -a $install/usr/lib/*.a $fs/usr/lib 1.31 }