This commit was manufactured by cvs2svn to create tag 'LFS-5_1_1-2'.
[automated_linux_from_scratch.git] / profiles / LFS / chapter06 / bison.xml
blob79c926fb4eeb8b8edad25be01d51a664e1b023af
1 <package name="bison" version="&bison-version;">
2         <stage name="Unpacking.">
3                 <unpack>
4                         <digest>&bison-md5;</digest>
5                         <archive>&packages_dir;/&bison-package;</archive>
6                         <destination>&build_dir;</destination>
7                 </unpack>
8         </stage>
10         <stage name="Installing.">
11                 <stageinfo>
12                         <base>&build_dir;/&bison-directory;</base>
13                 </stageinfo>
15                 <patch>
16                         <param>-N</param>
17                         <param>-p1</param>
18                         <param>-i &packages_dir;/&bison-attribute-patch;</param>
19                 </patch>
21                 <configure>
22                         <param>--prefix=/usr</param>
23                 </configure>
25                 <make />
27 <!--
28                 <make>
29                         <param>check</param>
30                 </make>
31 -->
33                 <make>
34                         <param>install</param>
35                 </make>
36         </stage>
38         <stage name="Cleaning up.">
39                 <remove>&build_dir;/&bison-directory;</remove>
40         </stage>
41 </package>