libmpeg3.xml from eVDR at Krugle
Show libmpeg3.xml syntax highlighted
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE alfs SYSTEM "../DTD/ALFS.dtd" [
<!ENTITY % general_entities SYSTEM "../config/general.ent">
<!ENTITY % package_entities SYSTEM "../config/packages/audiolibs.ent">
%general_entities;
%package_entities;
]>
<alfs>
<package name="libmpeg3" version="&libmpeg3-version;">
<stage name="Unpacking">
<unpack>
<archive>&packages_dir;/&libmpeg3-package;</archive>
<destination>&build_dir;</destination>
</unpack>
</stage>
<stage name="Installing">
<stageinfo>
<base>&build_dir;/&libmpeg3-directory;</base>
</stageinfo>
<patch>
<param>-N</param>
<param>-p1</param>
<param>-i &packages_dir;/&libmpeg3-patch;</param>
</patch>
<make />
<make>
<param>install</param>
</make>
<copy>
<source>i686/libmpeg3.a</source>
<destination>/usr/local/lib</destination>
</copy>
<copy>
<source>{libmpeg3,mpeg3private,mpeg3protos}.h</source>
<destination>/usr/include</destination>
</copy>
</stage>
<stage name="post-install">
<execute command="ldconfig"/>
<execute command="touch">
<param>&ebox-pkgmgr;/libmpeg3-&libmpeg3-version;</param>
</execute>
</stage>
<stage name="Cleanup">
<remove>&build_dir;/&libmpeg3-directory;</remove>
</stage>
</package>
</alfs>
See more files for this project here