Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=68ded7bcee0627975f7beff00bb7b6615ebdce18
commit 68ded7bcee0627975f7beff00bb7b6615ebdce18 Author: crazy <[email protected]> Date: Wed Jun 29 15:46:34 2016 +0200 sysstat-11.2.5-1-x86_64 * New package diff --git a/source/base-extra/sysstat/FrugalBuild b/source/base-extra/sysstat/FrugalBuild new file mode 100644 index 0000000..548d646 --- /dev/null +++ b/source/base-extra/sysstat/FrugalBuild @@ -0,0 +1,30 @@ +# Compiling Time: 0 SBU +# Maintainer: crazy <[email protected]> + +pkgname=sysstat +pkgver=11.2.5 ## stable +pkgrel=1 +pkgdesc="A collection of performance monitoring tools for Linux" +url="http://sebastien.godard.pagesperso-orange.fr/" +backup=('etc/sysconfig/sysstat.ioconf' 'etc/sysconfig/sysstat') +depends=('lmsensors') +archs=('x86_64' 'i686') +groups=('base-extra') +up2date="lynx -dump http://sebastien.godard.pagesperso-orange.fr/download.html | grep -m1 'stable version is' | sed 's/.*is \(.*\) .*/\1/'" +source=(http://perso.orange.fr/sebastien.godard/$pkgname-$pkgver.tar.xz) +sha1sums=('ef97b454c254a37587485f61071db1fd9374f276') + +build() { + + Fcd + ## please no + Fsed 'lib64' 'lib' configure.in + Fautoreconf + Fbuild \ + --with-systemdsystemunitdir=/lib/systemd/system \ + --enable-copy-only \ + --enable-install-cron \ + --enable-install-isag +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
