summaryrefslogtreecommitdiffstats
path: root/encap/tools/bcfg2-server/bcfg2-cheetah-doc-0.9.16a1.ep
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-11 11:37:07 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-11 11:37:07 +0000
commitdb5431d1827e081f968192115d328487636d9f80 (patch)
tree8309728401b30b32f0e378b1522c715916eef29c /encap/tools/bcfg2-server/bcfg2-cheetah-doc-0.9.16a1.ep
parent19aed1edc00771feb186f3651d5208f3de52c2af (diff)
downloadbcfg2-db5431d1827e081f968192115d328487636d9f80.tar.gz
bcfg2-db5431d1827e081f968192115d328487636d9f80.tar.bz2
bcfg2-db5431d1827e081f968192115d328487636d9f80.zip
EncapPackages: Added Cheetah Template System packages for bcfg2-server
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2059 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/tools/bcfg2-server/bcfg2-cheetah-doc-0.9.16a1.ep')
-rw-r--r--encap/tools/bcfg2-server/bcfg2-cheetah-doc-0.9.16a1.ep59
1 files changed, 59 insertions, 0 deletions
diff --git a/encap/tools/bcfg2-server/bcfg2-cheetah-doc-0.9.16a1.ep b/encap/tools/bcfg2-server/bcfg2-cheetah-doc-0.9.16a1.ep
new file mode 100644
index 000000000..023e0bf21
--- /dev/null
+++ b/encap/tools/bcfg2-server/bcfg2-cheetah-doc-0.9.16a1.ep
@@ -0,0 +1,59 @@
+<?xml version="1.0"?>
+
+<!-- $Id$ -->
+
+<encap_profile
+ profile_ver="1.0"
+ pkgspec="bcfg2-cheetah-doc-0.9.16a1"
+>
+
+<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"
+/>
+
+<source
+url="http://www.pobox.com/users/dclark/mirror/cheetah/CheetahDocs-0.9.16a1.tgz
+http://umn.dl.sourceforge.net/sourceforge/cheetahtemplate/CheetahDocs-0.9.16a1.tgz"
+subdir="CheetahDocs"
+>
+
+<configure>
+:
+</configure>
+
+<build>
+:
+</build>
+
+<install>
+test -d ${ENCAP_SOURCE} || mkdir ${ENCAP_SOURCE}
+test -d ${ENCAP_SOURCE}/${ENCAP_PKGNAME} || mkdir ${ENCAP_SOURCE}/${ENCAP_PKGNAME}
+test -d ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share || mkdir ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share
+test -d ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share/doc || mkdir ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share/doc
+test -d ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share/doc/cheetah || mkdir ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share/doc/cheetah
+cp -R * ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share/doc/cheetah
+</install>
+
+<clean>
+:
+</clean>
+
+</source>
+
+<prepackage>
+test -d var || mkdir var
+test -d var/encap || mkdir var/encap
+touch var/encap/${ENCAP_PKGNAME}
+</prepackage>
+
+<encapinfo>
+description cheetah-doc - cheetah template system documentation
+</encapinfo>
+
+</encap_profile>