anaconda-python27 renamed to psi-python27

This commit is contained in:
2014-10-23 17:02:15 +02:00
parent 5800ae3949
commit ff62316f23

19
scripts/psi-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