Files
MX_Pmodule/Tools/gnuplot/build
Achim Gsell b30b0f40cb Tools/gnuplot
- build-script reviewed
- shebang in modulefile fixed
2018-10-11 11:03:09 +02:00

17 lines
378 B
Plaintext
Executable File

#!/usr/bin/env modbuild
pbuild::add_to_group 'Tools'
pbuild::set_download_url \
"https://sourceforge.net/projects/gnuplot/files/$P/$V/$P-$V.tar.gz" \
'1515f000bd373aaa53b16183f274189d4f5e0ae47d22f434857933d16a4770cb'
pbuild::install_docfiles 'Copyright' 'ChangeLog' 'NEWS' 'README'
pbuild::make_all
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End: