wok-6.x rev 22520
updated audit and audit-dev (2.8.4 -> 2.8.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 02 10:00:30 2020 +0100 (2020-01-02) |
parents | 190336ee1571 |
children | 41d0d6989886 |
files | audit-dev/receipt audit/receipt |
line diff
1.1 --- a/audit-dev/receipt Thu Jan 02 09:49:21 2020 +0100 1.2 +++ b/audit-dev/receipt Thu Jan 02 10:00:30 2020 +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 }
2.1 --- a/audit/receipt Thu Jan 02 09:49:21 2020 +0100 2.2 +++ b/audit/receipt Thu Jan 02 10:00:30 2020 +0100 2.3 @@ -1,12 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="audit" 2.7 -VERSION="2.8.4" 2.8 +VERSION="2.8.5" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="System call auditing." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL2" 2.13 -WEB_SITE="http://people.redhat.com/sgrubb/audit/" 2.14 +WEB_SITE="https://people.redhat.com/sgrubb/audit/" 2.15 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 WGET_URL="${WEB_SITE}$TARBALL" 2.18 @@ -17,15 +17,15 @@ 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 - ./configure \ 2.23 - --prefix=/usr \ 2.24 - --sysconfdir=/etc \ 2.25 - --mandir=/usr/share/man \ 2.26 - --localstatedir=/var \ 2.27 - --sbindir=/sbin \ 2.28 - --with-libcap-ng=no \ 2.29 - --without-python \ 2.30 - $CONFIGURE_ARGS && 2.31 + ./configure \ 2.32 + --prefix=/usr \ 2.33 + --sysconfdir=/etc \ 2.34 + --mandir=/usr/share/man \ 2.35 + --localstatedir=/var \ 2.36 + --sbindir=/sbin \ 2.37 + --with-libcap-ng=no \ 2.38 + --without-python \ 2.39 + $CONFIGURE_ARGS && 2.40 make && 2.41 make DESTDIR=$DESTDIR install 2.42 } 2.43 @@ -34,9 +34,10 @@ 2.44 genpkg_rules() 2.45 { 2.46 mkdir -p $fs/usr/lib 2.47 - cp -a $install/sbin $fs/ 2.48 - cp -a $install/usr/bin $fs/usr 2.49 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.50 - cp -a $install/etc $fs/ 2.51 - chown -R root.root $fs/etc 2.52 + 2.53 + cp -a $install/sbin $fs/ 2.54 + cp -a $install/usr/bin $fs/usr 2.55 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.56 + cp -a $install/etc $fs/ 2.57 + chown -R root.root $fs/etc 2.58 }