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-09 20:39:58 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-07-09 20:39:58 +0000
commita2c95fd54ba85609df061ea917af82f6b62e41ab (patch)
treea5c0d03a84b4491ca93bbf30af4e55670c39a5b2 /encap/bcfg2-pyrex-0.9.4.1.profile
parent9390a1f22db576e24b788496e965cdeada5392f6 (diff)
downloadbcfg2-a2c95fd54ba85609df061ea917af82f6b62e41ab.tar.gz
bcfg2-a2c95fd54ba85609df061ea917af82f6b62e41ab.tar.bz2
bcfg2-a2c95fd54ba85609df061ea917af82f6b62e41ab.zip
Initial checkin of bcfg2-encap-boostrap code to mcs svn.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1917 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.profile83
1 files changed, 83 insertions, 0 deletions
diff --git a/encap/bcfg2-pyrex-0.9.4.1.profile b/encap/bcfg2-pyrex-0.9.4.1.profile
new file mode 100644
index 000000000..f28dabc5d
--- /dev/null
+++ b/encap/bcfg2-pyrex-0.9.4.1.profile
@@ -0,0 +1,83 @@
+<?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"
+ value="/usr/local/lib/bcfg2/bin:/usr/local/bin:"
+ 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
+PLATFORM_ENDIF
+ type="set"
+/>
+
+<environment
+ variable="CPPFLAGS"
+ value="-I/usr/local/lib/bcfg2/include"
+ type="set"
+/>
+
+<source
+url="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>