Code Search for Developers
 
 
  

alsa-tools.xml from eVDR at Krugle


Show alsa-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/audiolibs.ent">

%general_entities;
%package_entities;
]>

<alfs>

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

	<stage name="Installing">

		<stage name="as10k1">
			<stageinfo>
				<base>&build_dir;/&alsa-tools-directory;/as10k1</base>
			</stageinfo>

			<execute command="sed -i -e 's/^next_cli_arg:/&#38;\n\n\tbreak;/' as10k1.c"/>
		
                        <configure command="PATH=$PATH:/opt/gnome/bin ./configure">
                                <param>--prefix=/usr/local</param>
                                <param>--includedir=/devel/include --infodir=/devel/info --mandir=/devel/man --sysconfdir=/etc</param>
                                <param>--localstatedir=/var</param>
                        </configure>

                        <make />

                        <make>
                                <param>install</param>
                        </make>
		</stage>
		<stage name="a3dec">
			<stageinfo>
				<base>&build_dir;/&alsa-tools-directory;/ac3dec</base>
			</stageinfo>
			
			<configure command="PATH=$PATH:/opt/gnome/bin ./configure">
				<param>--prefix=/usr/local</param>
				<param>--includedir=/devel/include --infodir=/devel/info --mandir=/devel/man --sysconfdir=/etc</param>
				<param>--localstatedir=/var</param>
			</configure>		
			
			<make />
		
			<make>
				<param>install</param>
			</make>
		</stage>
	</stage>

	<stage name="post-install">
                <execute command="ldconfig"/>

                <execute command="touch">
                        <param>&ebox-pkgmgr;/alsa-tools-&alsa-tools-version;</param>
                </execute>
        </stage>

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

  a52dec.xml
  aalib.xml
  alsa-driver.xml
  alsa-firmware.xml
  alsa-lib.xml
  alsa-oss.xml
  alsa-plugins.xml
  alsa-tools.xml
  alsa-utils.xml
  audiofile.xml
  avifile.xml
  esound.xml
  festival.xml
  flac.xml
  lame.xml
  liba52.xml
  libao.xml
  libcdaudio.xml
  libcdio.xml
  libdca.xml
  libdts.xml
  libfame.xml
  libid3.xml
  libid3tag.xml
  libmad.xml
  libmpeg3.xml
  libogg.xml
  libopendaap.xml
  libsamplerate.xml
  libsndfile.xml
  libvorbis.xml
  mad.xml
  madplay.xml
  mbr.xml
  mpg123.xml
  openquicktime.xml
  speech_tools.xml
  vorbis-tools.xml