Code Search for Developers
 
 
  

PyXML.xml from eVDR at Krugle


Show PyXML.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/programming.ent">
<!ENTITY % config_entities SYSTEM  "../config/config.ent">

%general_entities;
%package_entities;
%config_entities;

]>
<alfs>
  <package name="python" version="&python-version;">

    <stage name="Unpacking">
      <unpack>
	<archive>&packages_dir;/&python-package;</archive>
        <destination>&build_dir;</destination>
      </unpack>
    </stage>
    <stage name="Patching">
      <stageinfo>
	<base>&build_dir;/&python-directory;</base>
      </stageinfo>
 <!-- This is only needed when db is installed. Maybe we could use conditional execution here...
      <patch>
        <param>-N</param>
        <param>-p1</param>
        <param>-i &packages_dir;/&python-db43-patch;</param>
      </patch>
-->
      <patch>
        <param>-N</param>
        <param>-p1</param>
        <param>-i &packages_dir;/&python-gdbm-patch;</param>
      </patch>
    </stage>
    
    <stage name="Installing">
      <stageinfo>
        <base>&build_dir;/&python-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>
    
    </stage>
    <stage name="Cleanup">
      <remove>&build_dir;/&python-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

  PyXML.xml
  dejagnu.xml
  doxygen.xml
  j2sdk.xml
  jdk.xml
  libexif.xml
  nasm.xml
  python.xml
  tcl.xml
  tk.xml
  tmake.xml