# # Gnuplot is plotting software # name = 'gnuplot' description = 'Plotting' url = 'http://www.cs.uni.edu/Help/gnuplot/' #url = 'http://www.duke.edu/~hpgavin/gnuplot.html' source = 'ftp://ftp.dartmouth.edu/pub/gnuplot/' systems = { '*' : ['gnuplot-3.7.tar.gz','gnuplot-3.7'] } depends = [] exists = [] inpath = [] bins = [] paths = [] enviros = [] localdoc = '' daemons = [] install = { 'root': ['./configure --without-gd', 'make', 'make install'] } setup = [] demo = ''