summaryrefslogtreecommitdiffstats
path: root/encap/bcfg2-pyrex-0.9.4.1.profile
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-07-31 03:48:29 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-07-31 03:48:29 +0000
commit65d37ffebd597c991fbb8718615cd4c9a1946ab3 (patch)
tree49f19c1f9fda14146c7d1696152384d499bb4b8f /encap/bcfg2-pyrex-0.9.4.1.profile
parentd04286b55daf7f4022ad78032d4f4b76ba713c8f (diff)
downloadbcfg2-65d37ffebd597c991fbb8718615cd4c9a1946ab3.tar.gz
bcfg2-65d37ffebd597c991fbb8718615cd4c9a1946ab3.tar.bz2
bcfg2-65d37ffebd597c991fbb8718615cd4c9a1946ab3.zip
* Rename of .profile files to .ep, which is correct according to the
author of encap. Also associated Makefile and m4-1.4.4.sh changes. * Added chmod 755 of .sh scripts before execution, in case the perms go bad for some reason. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2013 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/bcfg2-pyrex-0.9.4.1.profile')
-rw-r--r--encap/bcfg2-pyrex-0.9.4.1.profile90
1 files changed, 0 insertions, 90 deletions
diff --git a/encap/bcfg2-pyrex-0.9.4.1.profile b/encap/bcfg2-pyrex-0.9.4.1.profile
deleted file mode 100644
index 8fcc80449..000000000
--- a/encap/bcfg2-pyrex-0.9.4.1.profile
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0"?>
-
-<!-- $Id$ -->
-
-<encap_profile
- profile_ver="1.0"
- pkgspec="bcfg2-pyrex-0.9.4.1"
->
-
-<environment
- variable="CC"
- value="gcc"
- type="set"
-/>
-
-<environment
- variable="PATH"
-PLATFORM_IF_MATCH(solaris)
- value="/usr/local/lib/bcfg2/bin:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin:"
-PLATFORM_ELSE
- value="/usr/local/lib/bcfg2/bin:/usr/local/bin:"
-PLATFORM_ENDIF
- type="prepend"
-/>
-
-PLATFORM_IF_MATCH(linux)
-PLATFORM_ELSE
-<environment
- variable="MAKE"
- value="gmake"
- type="set"
-/>
-PLATFORM_ENDIF
-
-<environment
- variable="LDFLAGS"
-PLATFORM_IF_MATCH(linux)
- value="-L/usr/local/lib/bcfg2/lib -Wl,-rpath,/usr/local/lib/bcfg2/lib"
-PLATFORM_ELSE_IF_MATCH(aix)
- value="-L/usr/local/lib/bcfg2/lib -Wl,-blibpath:/usr/local/lib/bcfg2/lib:/usr/lib"
-PLATFORM_ELSE_IF_MATCH(solaris)
- value="-L/usr/local/lib/bcfg2/lib -R/usr/local/lib/bcfg2/lib:/usr/lib -YP,/usr/local/lib/bcfg2/lib:/usr/lib"
-PLATFORM_ELSE
-PLATFORM_ENDIF
- type="set"
-/>
-
-<environment
- variable="CPPFLAGS"
- value="-I/usr/local/lib/bcfg2/include"
- type="set"
-/>
-
-<source
-url="http://www.pobox.com/users/dclark/mirror/pyrex/Pyrex-0.9.4.1.tar.gz
- http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-0.9.4.1.tar.gz"
->
-
-<configure>
-:
-</configure>
-
-<build>
-/usr/local/lib/bcfg2/bin/python setup.py build \
---build-base=${builddir}/build
-</build>
-
-<install>
-/usr/local/lib/bcfg2/bin/python setup.py install \
---prefix=${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2 \
-</install>
-
-<clean>
-/usr/local/lib/bcfg2/bin/python setup.py clean
-</clean>
-
-</source>
-
-<prepackage type="set">
-chmod -R o+r lib/bcfg2
-mkdir var 2>/dev/null || exit 0
-mkdir var/encap 2>/dev/null || exit 0
-touch var/encap/${ENCAP_PKGNAME}
-</prepackage>
-
-<encapinfo>
-description Pyrex - a Language for Writing Python Extension Modules
-</encapinfo>
-
-</encap_profile>