libcddb.xml from eVDR at Krugle
Show libcddb.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/audioutils.ent">
%general_entities;
%package_entities;
]>
<alfs>
<package name="libcddb" version="&libcddb-version;">
<stage name="Unpacking">
<unpack>
<archive>&packages_dir;/&libcddb-package;</archive>
<destination>&build_dir;</destination>
</unpack>
</stage>
<stage name="Installing">
<stageinfo>
<base>&build_dir;/&libcddb-directory;</base>
</stageinfo>
<configure>
<param>--prefix=/usr/local</param>
<param>--sysconfdir=/etc</param>
<param>--includedir=/devel/include --infodir=/devel/info --mandir=/devel/man</param>
</configure>
<make />
<make>
</make>
<make>
<param>install</param>
</make>
</stage>
<stage name="post-install">
<execute command="ldconfig"/>
<execute command="touch">
<param>&ebox-pkgmgr;/libcddb-&libcddb-version;</param>
</execute>
</stage>
<stage name="Cleanup">
<remove>&build_dir;/&libcddb-directory;</remove>
</stage>
</package>
</alfs>
See more files for this project here
The aim of eVDR is to build a fully operational Video Disk Recorder entirely from scratch. That means it provides a step-by-step instructions for building your own customized Linux Video Disk Recorder box entirely from source.
Project homepage:
http://sourceforge.net/projects/evdr
Programming language(s): Shell Script,XML
License: gpl2
cdfs.xml
libcddb.xml
libcdio.xml