URLs updated.
[automated_linux_from_scratch.git] / profiles / BLFS / chapter37 / oaf.xml
blob4bc79d490058d276b41f150fdd44a2dbda743c13
1 <package name="oaf" version="&oaf-version;">
3         <packageinfo>
4                 <requires><name>orbit</name></requires>
5                 <requires><name>libxml</name></requires>
6                 <utilizes><name>gtkdoc</name></utilizes>
7         </packageinfo>
9         <stage name="Unpacking a package.">
10                 <unpack>
11                         <archive>&packages_dir;/&oaf-package;</archive>
12                         <destination>&build_dir;</destination>
13                 </unpack>
14         </stage>
16         <stage name="Installing a package.">
17                 <stageinfo>
18                         <base>&build_dir;/&oaf-directory;</base>
19                 </stageinfo>
21                 <configure>
22                         <param>--prefix=/opt/gnome</param>
23                         <param>--disable-gtk-doc</param>
24                 </configure>
26                 <make/>
28                 <make>
29                         <param>install</param>
30                 </make>
32                 <execute command="/sbin/ldconfig" />
33         </stage>
35         <stage name="Clean-up.">
36                 <remove>&build_dir;/&oaf-directory;</remove>
37         </stage>
39 </package>