Skip to content

Commit

Permalink
Simple way to source variables for manual work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubba committed Jun 30, 2017
1 parent d127fc9 commit 9f92421
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 1 deletion.
Empty file added build/dependencies/fftw3.sh
Empty file.
Empty file.
Empty file added build/dependencies/icu.sh
Empty file.
Empty file added build/dependencies/imagick.sh
Empty file.
@@ -1,7 +1,7 @@
#!/bin/sh \
set -e

fetchSource jpeg https://github.com/libjpeg-turbo/libjpeg-turbo/archive/${VERSION_JPEG}.tar.gz
fetchSource jpeg-turbo https://github.com/libjpeg-turbo/libjpeg-turbo/archive/${VERSION_LIBTURBO}.tar.gz

if [ ! -f "Makefile" ]; then
autoreconf -fiv
Expand Down
Empty file added build/dependencies/nasm.sh
Empty file.
Empty file added build/dependencies/pcre.sh
Empty file.
Empty file added build/dependencies/swig.sh
Empty file.
7 changes: 7 additions & 0 deletions build/source.sh
@@ -0,0 +1,7 @@
#!/bin/sh
# Exports and Versions
source "/packaging/build/exports.sh"
source "/packaging/build/versions.sh"

# Pull in our Functions
source "/packaging/build/functions.sh"

0 comments on commit 9f92421

Please sign in to comment.