Code Search for Developers
 
 
  

named.xml from eVDR at Krugle


Show named.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/package.ent">

%general_entities;
%package_entities;
]>

<alfs>

<package name="named" version="&named-version;">
        <stage name="Unpacking">
                <unpack>
                        <archive>&packages_dir;/&named-package;</archive>
                        <destination>&build_dir;</destination>
                </unpack>
        </stage>

        <stage name="Installing">
                <stageinfo>
                        <base>&build_dir;/&named-directory;</base>
                </stageinfo>

                <configure>
                        <param>--prefix=/srv/named</param>
                        <param>--sysconfdir=/etc/named</param>
                        <param>--localstatedir=/var</param>
			<param>--with-ssl-dir=/usr/local/openssl</param>
                </configure>

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

        <stage name="post-install">
		<copy>
			<source>&packages_dir;/scripts/named</source>
			<destination>/etc/rc.d/init.d</destination>
		</copy>

		<permissions base="/etc/rc.d/init.d" mode="755">
			<name>named</name>
		</permissions>
		
		<link type="symbolic" base="/etc/rc.d/rc3.d">
			<target>../init.d/named</target>
			<name>S25named</name>
		</link>

                <execute command="touch">
                        <param>&LFS-pkgmgr;/named-&named-version;</param>
                </execute>
        </stage>

        <stage name="Cleanup">
                <remove>&build_dir;/&named-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