From b30b0f40cb098476a2f194ae4ed4368d4588b99f Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 11 Oct 2018 11:03:09 +0200 Subject: [PATCH] Tools/gnuplot - build-script reviewed - shebang in modulefile fixed --- Tools/gnuplot/build | 6 ++++-- Tools/gnuplot/modulefile | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Tools/gnuplot/build b/Tools/gnuplot/build index ce623c9..54aa941 100755 --- a/Tools/gnuplot/build +++ b/Tools/gnuplot/build @@ -2,8 +2,10 @@ pbuild::add_to_group 'Tools' -pbuild::set_download_url "https://sourceforge.net/projects/gnuplot/files/$P/$V/$P-$V.tar.gz" -pbuild::set_docfiles 'Copyright' 'ChangeLog' 'NEWS' 'README' +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 diff --git a/Tools/gnuplot/modulefile b/Tools/gnuplot/modulefile index e1052c8..8fba736 100644 --- a/Tools/gnuplot/modulefile +++ b/Tools/gnuplot/modulefile @@ -1,4 +1,4 @@ -#%PModule +#%Pmodule module-whatis "portable command-line driven graphing utility" module-url "http://www.gnuplot.info/"