tcpwrappers.xml from eVDR at Krugle
Show tcpwrappers.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/network.ent">
%general_entities;
%package_entities;
]>
<alfs>
<package name="tcpwrappers" version="&tcpwrappers-version;">
<stage name="Unpacking">
<unpack>
<archive>&packages_dir;/&tcpwrappers-package;</archive>
<destination>&build_dir;</destination>
</unpack>
</stage>
<stage name="Patching">
<stageinfo>
<base>&build_dir;/&tcpwrappers-directory;</base>
</stageinfo>
<patch>
<param>-N</param>
<param>-p1</param>
<param>-i &packages_dir;/&tcpwrappers-shared-libs-plus-plus-patch;</param>
</patch>
</stage>
<stage name="Installing">
<stageinfo>
<base>&build_dir;/&tcpwrappers-directory;</base>
</stageinfo>
<search_replace>
<file>scaffold.c</file>
<find>extern char *malloc();</find>
<replace>/* extern char *malloc(); */</replace>
</search_replace>
<make>
<param>REAL_DAEMON_DIR=/usr/sbin</param>
<param>STYLE=-DPROCESS_OPTIONS</param>
<param>linux</param>
</make>
<make>
<param>install</param>
</make>
</stage>
<stage name="Cleanup">
<remove>&build_dir;/&tcpwrappers-directory;</remove>
</stage>
</package>
</alfs>
See more files for this project here