From 7a4f36bc83e71d913e9738bfca59b7b1d239608d Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 16 Oct 2014 16:00:01 +0200 Subject: [PATCH] anaconda-python27 added --- scripts/anaconda-python27.build | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 scripts/anaconda-python27.build 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