anaconda-python27 added

This commit is contained in:
2014-10-16 16:00:01 +02:00
parent 840fb7daac
commit 7a4f36bc83

19
scripts/anaconda-python27.build Executable file
View File

@@ -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