Tools/git/build

- SOURCE_URL added
- set dependencies in variants file
This commit is contained in:
2016-10-27 10:12:06 -07:00
parent 193e8f67be
commit 6c50ba168e
2 changed files with 5 additions and 5 deletions

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