Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8bbc55b193311f1edeb8aeb7f5b9c9873db4e624
commit 8bbc55b193311f1edeb8aeb7f5b9c9873db4e624 Author: Pingax <[email protected]> Date: Wed Mar 23 17:09:51 2011 +0100 cacti-0.8.7g-1-i686 * Change m8r * Version bump diff --git a/source/network-extra/cacti/FrugalBuild b/source/network-extra/cacti/FrugalBuild index 726a89e..83ff105 100644 --- a/source/network-extra/cacti/FrugalBuild +++ b/source/network-extra/cacti/FrugalBuild @@ -1,26 +1,21 @@ # Compiling Time: 0 SBU -# Maintainer: DNAku <[email protected]> +# Maintainer: Pingax <[email protected]> # Contributor: Tuxbubling <[email protected]> pkgname=cacti -pkgver=0.8.7e -pkgrel=3 +pkgver=0.8.7g +pkgrel=1 pkgdesc="Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality." url="http://cacti.net/" depends=('rrdtool' 'apache' 'mysql' 'php' 'net-snmp>=5.5') groups=('network-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://cacti.net/download_cacti.php |grep latest |sed -ne 's/.*\]\(.*\)/\1/;1p'" -source=(http://www.cacti.net/downloads/$pkgname-$pkgver.tar.gz \ - http://www.cacti.net/downloads/patches/0.8.7e/sql_injection_template_export.patch) -sha1sums=('6ba93e200e0fbbddfbc5a9a98a9cf0f70842d904' \ - 'd64c9173d1a66ef4b47487ee089050a664f58f97') +source=(http://www.cacti.net/downloads/$pkgname-$pkgver.tar.gz) +sha1sums=('a5a710653e158b1bc950de0a1e2c60ee364bf782') build() { - Fcd - Fpatchall - cd .. || Fdie Fmkdir /var/www /usr/share/doc mv $pkgname-$pkgver $Fdestdir/var/www/cacti || Fdie Fmv /var/www/cacti/docs/ /usr/share/doc/$pkgname-$pkgver _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
