diff --git a/scripts/anaconda-python27.build b/scripts/anaconda-python27.build new file mode 100755 index 0000000..54350f9 --- /dev/null +++ b/scripts/anaconda-python27.build @@ -0,0 +1,19 @@ +#!/bin/bash + +source "$(dirname $0)/../lib/libem.bash" + +function em.configure() { + : +} + +function em.build() { + : +} + +function em.install() { + cd "${MODULE_SRCDIR}" + rsync --exclude=".info" --delete --verbose --archive . "${PREFIX}" +} + +em.add_to_family 'Programming' +em.make_all