cdrtools.xml from eVDR at Krugle
Show cdrtools.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/cdr.ent">
%general_entities;
%package_entities;
]>
<alfs>
<package name="cdrtools" version="&cdrtools-version;">
<stage name="Unpacking">
<unpack>
<archive>&packages_dir;/&cdrtools-package;</archive>
<destination>&build_dir;</destination>
</unpack>
</stage>
<stage name="Installing">
<stageinfo>
<base>&build_dir;/&cdrtools-directory;</base>
</stageinfo>
<make>
<param>INS_BASE=/usr/local DEFINSUSR=root DEFINSGRP=root</param>
<param>INS_BASE=/usr/local DEFINSUSR=root DEFINSGRP=root install</param>
</make>
<execute command="install -v -m755 -d /usr/share/doc/cdrtools-2.01">
</execute>
<execute command="install -v -m644 README* ABOUT doc/*.ps /usr/share/doc/cdrtools-2.01">
</execute>
</stage>
<stage name="post-install">
<execute command="ldconfig"/>
<execute command="touch">
<param>&ebox-pkgmgr;/cdrtools-&cdrtools-version;</param>
</execute>
</stage>
<stage name="Cleanup">
<remove>&build_dir;/&cdrtools-directory;</remove>
</stage>
</package>
</alfs>
See more files for this project here