19 lines
484 B
Plaintext
19 lines
484 B
Plaintext
|
# Description: A complete RRDTool-based graphing solution
|
||
|
# URL: http://cacti.net/index.php
|
||
|
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
||
|
# Packager: Younes Hafri, ycrux at club-internet dot fr
|
||
|
#
|
||
|
# Depends on: rrdtool, mod_php, mysql
|
||
|
|
||
|
name=cacti
|
||
|
version=0.8.6i
|
||
|
release=1
|
||
|
source=(http://www.$name.net/downloads/$name-$version.tar.gz)
|
||
|
|
||
|
build () {
|
||
|
echo "========================="
|
||
|
echo " Read the INSTALL file "
|
||
|
echo "========================="
|
||
|
exit 1
|
||
|
}
|