Merge branch 'master' of gitlab.psi.ch:Pmodules/buildblocks

This commit is contained in:
2016-11-08 17:12:50 +01:00
9 changed files with 29 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
Tcl/8.6.3 stable
Tcl/8.6.4 stable

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env modbuild
SOURCE_URL="ftp://ftp.tcl.tk/pub/tcl/tcl8_6/tcl$V-src.tar.gz"
pbuild::configure() {
case ${OS} in
Linux )

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env modbuild
SOURCE_URL="ftp://ftp.tcl.tk/pub/tcl/tcl8_6/tk$V-src.tar.gz"
pbuild::configure() {
case ${OS} in
Linux )

View File

@@ -0,0 +1 @@
binutils/2.25 stable

View File

@@ -0,0 +1,4 @@
cmake/2.8.12.2 stable
cmake/2.8.12.2 stable
cmake/2.8.12.2 stable
cmake/2.8.12.2 stable

View File

@@ -0,0 +1,12 @@
cmake/3.1.3 stable
cmake/3.1.3 stable
cmake/3.1.3 stable
cmake/3.1.3 stable
cmake/3.3.2 stable
cmake/3.3.2 stable
cmake/3.3.2 stable
cmake/3.3.2 stable
cmake/3.4.1 stable
cmake/3.4.1 stable
cmake/3.4.1 stable
cmake/3.4.1 stable

View File

@@ -0,0 +1 @@
m4/1.4.17 stable

View File

@@ -1,4 +1,3 @@
2.3.3 Linux,Darwin stable Tcl/8.6.4 Tk/8.6.4
2.5.2 Linux,Darwin stable Tcl/8.6.4 Tk/8.6.4
2.8.1 Linux,Darwin unstable Tcl/8.6.4 Tk/8.6.4
git/2.3.3 stable Tcl/8.6.4 Tk/8.6.4
git/2.5.2 stable Tcl/8.6.4 Tk/8.6.4
git/2.8.1 stable Tcl/8.6.4 Tk/8.6.4

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env modbuild
SOURCE_URL="ftp://www.kernel.org/pub/software/scm/$P/$P-$V.tar.gz"
case ${OS} in
Darwin )
export NO_APPLE_COMMON_CRYPTO=1
@@ -32,7 +34,6 @@ pbuild::install() {
}
pbuild::add_to_group 'Tools'
pbuild::set_runtime_dependencies 'Tcl' 'Tk'
pbuild::set_docfiles 'COPYING' 'README.md'
pbuild::make_all