# HG changeset patch # User Eric Joseph-Alexandre # Date 1349791867 -7200 # Node ID 577c744d2f8e7b4e7459b12d57ff41a30f59909a # Parent 4f07fa9a20a2ae4d6d2d6040957185cbde146b4b Up: sysstat (10.0.5) diff -r 4f07fa9a20a2 -r 577c744d2f8e sysstat/receipt --- a/sysstat/receipt Mon Oct 08 21:39:55 2012 +0200 +++ b/sysstat/receipt Tue Oct 09 16:11:07 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sysstat" -VERSION="9.1.4" +VERSION="10.0.5" CATEGORY="system-tools" SHORT_DESC="Performance monitoring tools." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,19 +14,17 @@ compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && + ./configure $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/var $fs - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/etc $fs + cp -a $install/var $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr }