madplay.xml from eVDR at Krugle
Show madplay.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/package.ent">
%general_entities;
%package_entities;
]>
<alfs>
<package name="madplay" version="&madplay-version;">
<stage name="Unpacking">
<unpack>
<archive>&packages_dir;/&madplay-package;</archive>
<destination>&build_dir;</destination>
</unpack>
</stage>
<stage name="Installing">
<stageinfo>
<base>&build_dir;/&madplay-directory;</base>
</stageinfo>
<configure>
<param>--prefix=/usr/local</param>
<param>--sysconfdir=/etc</param>
<param>--localstatedir=/var</param>
</configure>
<make />
<make>
<param>install</param>
</make>
</stage>
<stage name="post-install">
<execute command="ldconfig"/>
<execute command="touch">
<param>&ebox-pkgmgr;/madplay-&madplay-version;</param>
</execute>
</stage>
<stage name="Cleanup">
<remove>&build_dir;/&madplay-directory;</remove>
</stage>
</package>
</alfs>
See more files for this project here