Code Search for Developers
 
 
  

lzo.xml from eVDR at Krugle


Show lzo.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/general-libs.ent">
<!ENTITY % config_entities SYSTEM  "../config/config.ent">

%general_entities;
%package_entities;
%config_entities;

]>
<alfs>
  <package name="lzo" version="&lzo-version;">
    <stage name="Unpacking">

        <download>
          <url>http://www.oberhumer.com/opensource/lzo/download/</url>
    	  <file>&lzo-package;</file>
	  <destination>&packages_dir;</destination>
	</download>
							  

      <unpack>
        <archive>&packages_dir;/&lzo-package;</archive>
        <destination>&build_dir;</destination>
      </unpack>
    </stage>
    <stage name="Installing">
      <stageinfo>
        <base>&build_dir;/&lzo-directory;</base>
      </stageinfo>
      <configure>
        <param>--prefix=/usr/local</param>
        <param>--enable-shared</param>
        <param>--includedir=/devel/include </param>
        <param>--infodir=/devel/info --mandir=/devel/man</param>
						
      </configure>
      <make />
      <make>
        <param>install</param>
      </make>
      <mkdir>
        <option>parents</option>
        <name>/usr/local/share/doc/lzo-&lzo-version;</name>
      </mkdir>
      <copy>
        <source>doc/*</source>
        <destination>/usr/local/share/doc/lzo-&lzo-version;</destination>
      </copy>
    </stage>
    <stage name="Cleanup">
      <remove>&build_dir;/&lzo-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

  expat.xml
  glib1.xml
  glib2.xml
  libIDL.xml
  libcap.xml
  libraw1394.xml
  libusb.xml
  libxml2.xml
  libxslt.xml
  lzo.xml
  pcre.xml
  popt.xml