Revision: | 1.2 |
Committed: | Mon Oct 25 17:58:02 2010 UTC (14 years, 6 months ago) by lat |
Branch: | MAIN |
CVS Tags: | ge20101109, pe20101104b-for310Xrb, pe20101104a-for310Xrb, pe20101103e-for310Xrb, pe20101103d-for310Xrb, pe20101103c-for310Xrb, pe20101103b-for310Xrb, pe20101103a-for310Xrb, pe20101102e-for310Xrb, pe20101102d-for310Xrb, pe20101102c-for310Xrb, pe20101102b-for310Xrb, pe20101102a-for310Xrb, pe20101029a-for310Xrb, pe20101028a-for310Xrb |
Changes since 1.1: | +1 -0 lines |
Log Message: | Add INCLUDE directories. |
# | Content |
---|---|
1 | ### RPM external classlib-toolfile 1.0 |
2 | Requires: classlib |
3 | |
4 | %prep |
5 | %build |
6 | %install |
7 | mkdir -p %i/etc/scram.d |
8 | cat << \EOF_TOOLFILE > %i/etc/scram.d/classlib.xml |
9 | <tool name="classlib" version="@TOOL_VERSION@"> |
10 | <info url="http://cmsmac01.cern.ch/~lat/exports/"/> |
11 | <client> |
12 | <environment name="CLASSLIB_BASE" default="@TOOL_ROOT@"/> |
13 | <environment name="LIBDIR" default="$CLASSLIB_BASE/lib"/> |
14 | <environment name="INCLUDE" default="$CLASSLIB_BASE/include"/> |
15 | </client> |
16 | </tool> |
17 | EOF_TOOLFILE |
18 | ## IMPORT scram-tools-post |