This commit was manufactured by cvs2svn to create tag 'LFS-5_1_1'.
[automated_linux_from_scratch.git] / profiles / LFS / chapter05 / expect.xml
blob225a0a019d68aac0a9fba9239d59597f2a4ad0d4
1 <package name="expect" version="&expect-version;">
2         <stage name="Unpacking.">
3                 <unpack>
4                         <digest>&expect-md5;</digest>
5                         <archive>&packages_dir;/&expect-package;</archive>
6                         <destination>&build_dir;</destination>
7                 </unpack>
8         </stage>
10         <stage name="Installing.">
11                 <stageinfo>
12                         <base>&build_dir;/&expect-directory;</base>
13                 </stageinfo>
15                 <patch>
16                         <param>-N</param>
17                         <param>-p1</param>
18                         <param>-i &packages_dir;/&expect-spawn-patch;</param>
19                 </patch>
21                 <configure>
22                         <param>--prefix=/tools</param>
23                         <param>--with-tcl=/tools/lib</param>
24                         <param>--with-x=no</param>
25                 </configure>
27                 <make />
29 <!--
30                 <make>
31                         <param>test</param>
32                 </make>
33 -->
35                 <make>
36                         <param>SCRIPTS=&quot;&quot;</param>
37                         <param>install</param>
38                 </make>
39         </stage>
41         <stage name="Cleaning up.">
42                 <remove>&build_dir;/&tcl-directory;</remove>
43                 <remove>&build_dir;/&expect-directory;</remove>
44         </stage>
45 </package>