Code Search for Developers
 
 
  

net-tools.xml from eVDR at Krugle


Show net-tools.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="net-tools" version="&net-tools-version;">
        <stage name="Unpacking">
                <unpack>
                        <digest>&net-tools-md5;</digest>
                        <archive>&packages_dir;/&net-tools-package;</archive>
                        <destination>&build_dir;</destination>
                </unpack>
        </stage>

        <stage name="Installing">
                <stageinfo>
                        <base>&build_dir;/&net-tools-directory;</base>
                </stageinfo>
	
		<patch>
			<param>-N</param>
			<param>-p1</param>
			<param>-i &packages_dir;/&net-tools-gcc-patch;</param>
		</patch>

		<patch>
                        <param>-N</param>
                        <param>-p1</param>
                        <param>-i &packages_dir;/&net-tools-kernel_headers-patch;</param>
                </patch>

		<patch>
                        <param>-N</param>
                        <param>-p1</param>
                        <param>-i &packages_dir;/&net-tools-mii-patch;</param>
                </patch>

		<textdump>
			<file>config.h</file>
			<content>
				=#define I18N 1
                                =#define HAVE_AFUNIX 1
                                =#define HAVE_AFINET 1
                                =#define HAVE_AFINET6 0
                                =#define HAVE_AFIPX 0
                                =#define HAVE_AFATALK 0
                                =#define HAVE_AFAX25 0
                                =#define HAVE_AFNETROM 0
                                =#define HAVE_AFROSE 0
                                =#define HAVE_AFX25 0
                                =#define HAVE_AFECONET 0
                                =#define HAVE_AFDECnet 0
                                =#define HAVE_AFASH 0
                                =#define HAVE_HWETHER 1
                                =#define HAVE_HWARC 0
                                =#define HAVE_HWSLIP 1
                                =#define HAVE_HWPPP 1
                                =#define HAVE_HWTUNNEL 1
                                =#define HAVE_HWSTRIP 0
                                =#define HAVE_HWTR 0
                                =#define HAVE_HWAX25 0
                                =#define HAVE_HWROSE 0
                                =#define HAVE_HWNETROM 0
                                =#define HAVE_HWX25 0
                                =#define HAVE_HWFR 0
                                =#define HAVE_HWSIT 0
                                =#define HAVE_HWFDDI 0
                                =#define HAVE_HWHIPPI 0
                                =#define HAVE_HWASH 0
                                =#define HAVE_HWHDLCLAPB 0
                                =#define HAVE_HWIRDA 0
                                =#define HAVE_HWEC 0
                                =#define HAVE_FW_MASQUERADE 1
                                =#define HAVE_IP_TOOLS 1
                                =#define HAVE_MII 1
			</content>
		</textdump>

                <make />

                <make>
                        <param>install</param>
                </make>
        </stage>

        <stage name="post-install">
                <execute command="touch">
                        <param>&LFS-pkgmgr;/net-tools-&net-tools-version;</param>
                </execute>
        </stage>

        <stage name="Cleanup">
                <remove>&build_dir;/&net-tools-directory;</remove>
        </stage>
</package>

</alfs>




See more files for this project here

eVDR

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

  dhcpcd.xml
  libevent.xml
  libpcap.xml
  named.xml
  ndiswrapper.xml
  net-tools.xml
  nfs-utils.xml
  ntpd.xml
  portmap.xml
  tcpwrappers.xml
  wireless-tools.xml