From 65d37ffebd597c991fbb8718615cd4c9a1946ab3 Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Mon, 31 Jul 2006 03:48:29 +0000 Subject: * 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 --- encap/bcfg2-lxml-1.0.1.ep | 94 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 encap/bcfg2-lxml-1.0.1.ep (limited to 'encap/bcfg2-lxml-1.0.1.ep') diff --git a/encap/bcfg2-lxml-1.0.1.ep b/encap/bcfg2-lxml-1.0.1.ep new file mode 100644 index 000000000..aa8e009e1 --- /dev/null +++ b/encap/bcfg2-lxml-1.0.1.ep @@ -0,0 +1,94 @@ + + + + + + + + + + +PLATFORM_IF_MATCH(linux) +PLATFORM_ELSE + +PLATFORM_ENDIF + + + + + + + + +/usr/local/lib/bcfg2/bin/python setup.py build_ext \ +-I/usr/local/lib/bcfg2/include \ +-L/usr/local/lib/bcfg2/lib \ +-lexslt \ +-L/usr/local/lib/bcfg2/lib/python2.4/site-packages + + + +/usr/local/lib/bcfg2/bin/python setup.py build \ +--build-base=${builddir}/build + + + +/usr/local/lib/bcfg2/bin/python setup.py install \ +--prefix=${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2 + + + +/usr/local/lib/bcfg2/bin/python setup.py clean +make clean + + + + + +mkdir var 2>/dev/null || exit 0 +mkdir var/encap 2>/dev/null || exit 0 +touch var/encap/${ENCAP_PKGNAME} + + + +description lxml - A Pythonic binding for the libxml2 and libxslt libraries + + + -- cgit v1.2.3-1-g7c22