portmap.xml from eVDR at Krugle
Show portmap.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;
<!ENTITY bootscripts-get SYSTEM "../config/bootscripts_get.ent">
<!ENTITY bootscripts-clean SYSTEM "../config/bootscripts_clean.ent">
]>
<alfs>
<package name="portmap" version="&portmap-version;">
<stage name="Unpacking">
<unpack>
<archive>&packages_dir;/&portmap-package;</archive>
<destination>&build_dir;</destination>
</unpack>
</stage>
&bootscripts-get;
<stage name="Patching">
<stageinfo>
<base>&build_dir;/&portmap-directory;</base>
</stageinfo>
<patch>
<param>-N</param>
<param>-p1</param>
<param>-i &packages_dir;/&portmap-compilation-fixes-patch;</param>
</patch>
<patch>
<param>-N</param>
<param>-p1</param>
<param>-i &packages_dir;/&portmap-glibc-errno-fix-patch;</param>
</patch>
</stage>
<stage name="Installing">
<stageinfo>
<base>&build_dir;/&portmap-directory;</base>
</stageinfo>
<make />
<make>
<param>install</param>
</make>
</stage>
<stage name="Installing bootscript and configuration">
<stageinfo>
<base>&build_dir;/&blfs-bootscripts-directory;</base>
</stageinfo>
<make>
<param>install-portmap</param>
</make>
</stage>
&bootscripts-clean;
<stage name="Cleanup">
<remove>&build_dir;/&portmap-directory;</remove>
</stage>
</package>
</alfs>
See more files for this project here