Merge branch '229-krb5-new-pmodule-for-mit-kerberos5' into 'master'
Resolve "krb5: new Pmodule for MIT Kerberos5" Closes #229 See merge request Pmodules/buildblocks!329
This commit is contained in:
29
Tools/krb5/build
Executable file
29
Tools/krb5/build
Executable file
@@ -0,0 +1,29 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
pbuild::add_to_group 'Tools'
|
||||
|
||||
pbuild::set_download_url \
|
||||
"https://web.mit.edu/kerberos/dist/$P/${V_PKG}/$P-${V_PKG}.tar.gz"
|
||||
#pbuild::set_sha256sum 'gnuplot-5.2.4.tar.gz:1515f000bd373aaa53b16183f274189d4f5e0ae47d22f434857933d16a4770cb'
|
||||
#pbuild::install_docfiles 'Copyright' 'NEWS' 'README'
|
||||
|
||||
pbuild::configure() {
|
||||
"${SRC_DIR}/src/configure" \
|
||||
--prefix="${PREFIX}" \
|
||||
|| exit 1
|
||||
}
|
||||
|
||||
pbuild::compile() {
|
||||
cd "${BUILD_DIR}/src"
|
||||
make -j${NJOBS}
|
||||
}
|
||||
|
||||
pbuild::install() {
|
||||
cd "${BUILD_DIR}/src"
|
||||
make install
|
||||
}
|
||||
# Local Variables:
|
||||
# mode: sh
|
||||
# sh-basic-offset: 8
|
||||
# tab-width: 8
|
||||
# End:
|
||||
3
Tools/krb5/files/variants.yaml
Normal file
3
Tools/krb5/files/variants.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
overlay: base
|
||||
krb5/1.20:
|
||||
- relstage: unstable
|
||||
18
Tools/krb5/modulefile
Normal file
18
Tools/krb5/modulefile
Normal file
@@ -0,0 +1,18 @@
|
||||
#%Pmodule
|
||||
|
||||
module-whatis "portable command-line driven graphing utility"
|
||||
module-url "http://www.gnuplot.info/"
|
||||
module-license "See \$GNUPLOT_DIR/share/doc/gnuplot/Copyright"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
module-help "
|
||||
Gnuplot is a portable command-line driven graphing utility for Linux,
|
||||
OS/2, MS Windows, OSX, VMS, and many other platforms. The source code
|
||||
is copyrighted but freely distributed (i.e., you don't have to pay for
|
||||
it). It was originally created to allow scientists and students to
|
||||
visualize mathematical functions and data interactively, but has grown
|
||||
to support many non-interactive uses such as web scripting. It is also
|
||||
used as a plotting engine by third-party applications like Octave.
|
||||
Gnuplot has been supported and under active development since 1986.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user