Info2: << Package: mechanics-oct%type_pkg[oct] Version: 1.3.1 Type: oct (3.4.3 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4), forge (mechanics), gcc (4.6) Revision: 3 Maintainer: Alexander Hansen # unfortunately, Homepage won't do types Homepage: http://octave.sourceforge.net/mechanics/index.html License: GPL3+ Description: Mechanics and structural analysis in Octave DescDetail: << Library with functions useful for numerical computation in classical mechanics and structural analysis. This package provides the following functions: 1D Mechanics: nloscillator setnloscillator pendulum setpendulum 2D Mechanics: inertiamoment.m masscenter.m principalaxes.m 3D Mechanics: EAmatrix.m RBequations_rot.m RBexample.m drawAxis3D.m mat2quat.m quat2mat.m quatconj.m quatprod.m quatvrot.m Molecular Dynamics: verletstep verletstep_boxed mdsim lennardjones 2D Structural analysis (statics): MSNForces PlotDiagrams PlotFrame SolveFrame SolveFrameCases General: forcematrix << DescPackaging: << Common for all octave-forge packages: We read in postinst and prerm template scripts installed by octaveN and modify them to use the name of this package because Octave's package manager can't cope with non-literal arguments. The Type: forge (pkgname) is used to minimize what needs to be changed when using this .info file as a template, or when the package name contains underscores. << BuildDepends: << ( %type_pkg[oct] << 360 ) liboctave%type_pkg[oct]-gcc%type_pkg[gcc]-dev, ( %type_pkg[oct] >= 360 ) liboctave%type_pkg[oct]-dev, fftw3, fink ( >= 0.32 ), hdf5.8 << Depends: << octave%type_pkg[oct]-interpreter, ( %type_pkg[oct] << 360 ) gcc%type_pkg[gcc]-shlibs << RuntimeDepends: << linear-algebra-oct%type_pkg[oct] ( >= 2.0.0 ) | linear-algebra-ref-oct%type_pkg[oct] ( >= 2.0.0 ) | linear-algebra-atlas-oct%type_pkg[oct] ( >= 2.0.0 ), general-oct%type_pkg[oct] ( >= 1.2.2 ), geometry-oct%type_pkg[oct] ( >= 1.2.1) << Conflicts: octave-forge Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz Source-MD5: 24382a5047a944ac98c41a277c264e04 SourceDirectory: %type_pkg[forge] # Do not change anything from this point down, unless absolutely necessary, # since the foo-oct%type_pkg[oct] packages are designed to be built/installed # in the same way. NoSetCPPFLAGS: true NoSetLDFLAGS: true SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib UseMaxBuildJobs: false BuildAsNobody: false CompileScript: << #!/bin/sh -ev if [ $UID -ne 0 ] then echo "%n cannot be built with --build-as-nobody" exit 1 fi export OCTAVE=%p/bin/octave-%type_raw[oct] # repack tarball, since octave-3.4.3 appears not to want to install # from directories cd .. tar -cf %type_raw[forge].tar %type_raw[forge] cd %b pkgsrc=%type_raw[forge].tar %p/share/octave/%type_raw[oct]/scripts/octave-forge-compile.sh $pkgsrc << InstallScript: << #!/bin/sh -ev %p/share/octave/%type_raw[oct]/scripts/octave-forge-install.sh %type_raw[forge]-%v %i %b mkdir -p %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v # copy template scripts cp %p/share/octave/%type_raw[oct]/scripts/octave-forge-prerm %p/share/octave/%type_raw[oct]/scripts/octave-forge-postinst %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v cd %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v sed -i -e 's/@PKGNAME@/%type_raw[forge]-%v/' octave-forge-postinst sed -i -e 's/@PKGNAME@/%type_raw[forge]/' octave-forge-prerm chmod a+x octave-forge* << PostInstScript: << if [ -s %p/var/octave/%type_raw[oct]/octave_packages ] && [ -f %p/var/octave/%type_raw[oct]/octave_packages ] then `which xvfb-run` %p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-postinst else mv %p/share/octave/%type_raw[oct]/packages/%type_raw[forge]-%v/octave_packages %p/var/octave/%type_raw[oct]/octave_packages fi << PreRmScript: `which xvfb-run` %p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-prerm <<