wok-next diff sysstat/receipt @ rev 20709
cdrdao: add patch.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 26 17:09:29 2018 +0300 (2018-05-26) |
parents | 408c87fa22ca |
children | f48456621a9d |
line diff
1.1 --- a/sysstat/receipt Sat Aug 10 17:48:05 2013 +0000 1.2 +++ b/sysstat/receipt Sat May 26 17:09:29 2018 +0300 1.3 @@ -1,32 +1,30 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="sysstat" 1.8 -VERSION="10.0.5" 1.9 +VERSION="11.6.2" 1.10 CATEGORY="system-tools" 1.11 -SHORT_DESC="Performance monitoring tools." 1.12 +SHORT_DESC="Performance monitoring tools" 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="GPL2" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 WEB_SITE="http://sebastien.godard.pagesperso-orange.fr/" 1.17 -WGET_URL="http://pagesperso-orange.fr/sebastien.godard/$TARBALL" 1.18 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/sysstat.html" 1.19 + 1.20 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.21 +WGET_URL="http://perso.wanadoo.fr/sebastien.godard/$TARBALL" 1.22 1.23 BUILD_DEPENDS="gettext bzip2" 1.24 1.25 -# Rules to configure and make the package. 1.26 -compile_rules() 1.27 -{ 1.28 - cd $src 1.29 - ./configure $CONFIGURE_ARGS && 1.30 +compile_rules() { 1.31 + sa_lib_dir=/usr/lib/sa \ 1.32 + sa_dir=/var/log/sa \ 1.33 + conf_dir=/etc/sysconfig \ 1.34 + ./configure \ 1.35 + --disable-file-attr \ 1.36 + $CONFIGURE_ARGS && 1.37 make && 1.38 make install 1.39 } 1.40 1.41 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.42 -genpkg_rules() 1.43 -{ 1.44 - mkdir -p $fs/usr 1.45 - cp -a $install/etc $fs 1.46 - cp -a $install/var $fs 1.47 - cp -a $install/usr/bin $fs/usr 1.48 - cp -a $install/usr/lib $fs/usr 1.49 +genpkg_rules() { 1.50 + copy @std 1.51 }