minor cleanups
[automated_linux_from_scratch.git] / profiles / BLFS / chapter31 / kdevelop.xml
blob04fc0e033bde676270110219f925401c3f042013
1 <package name="kdevelop" version="&kdevelop-version;">
3         <packageinfo>
4                 <requires><name>kdebase</name></requires>
5         </packageinfo>
7         <stage name="Unpacking a package.">
8                 <unpack>
9                         <archive>&packages_dir;/&kdevelop-package;</archive>
10                         <destination>&build_dir;</destination>
11                 </unpack>
12         </stage>
14         <stage name="Installing a package.">
15                 <stageinfo>
16                         <base>&build_dir;/&kdevelop-directory;</base>
17                 </stageinfo>
19                 <configure>
20                         <param>--prefix=/opt/kde-&kde-version;</param>
21                         <param>--disable-debug</param>
22                         <param>--disable-dependency-tracking</param>
23                 </configure>
25                 <make />
27                 <make>
28                         <param>install</param>
29                 </make>
31         </stage>
33         <stage name="Clean-up.">
34                 <remove>&build_dir;/&kdevelop-directory;</remove>
35         </stage>
37 </package>