Info2: << Package: fpl-oct%type_pkg[oct] Version: 1.3.4 Type: oct (3.4.3 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4), forge (fpl) Revision: 1 Maintainer: Alexander Hansen # unfortunately, Homepage won't do types Homepage: http://octave.sourceforge.net/fpl/index.html License: GPL3+ Description: Save Octave data in graphical formats DescDetail: << Collection of routines to save data in different graphical formats. This package provides the follwing functions: Functions to save data in VTK format: fpl_vtk_write_field.m fpl_vtk_b64_write_field.m fpl_vtk_raw_write_field.m fpl_vtk_assemble_series.m savevtk savevtkvector functions to save data in OpenDX format: fpl_dx_write_field fpl_dx_write_series pdetool compatible plotting functions pdesurf pdemesh << Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz Source-MD5: 084e8deba13cc5f61598e171ede81525 SourceDirectory: %type_raw[forge] BuildDepends: << liboctave%type_pkg[oct]-dev, fftw3, hdf5.8, fink-octave-scripts << Depends: octave%type_pkg[oct]-interpreter Recommends: << dx, vtk-py25 | vtk52 | vtk52-carbon | vtk52-cocoa | vtk54 | vtk54-carbon | vtk54-cocoa | vtk56 << Conflicts: octave-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 UseMaxBuildJobs: false BuildAsNobody: false CompileScript: << #!/bin/sh -ev pkgsrc=%type_raw[forge] ##### Invariant stuff begins here ##### %p/share/fink-octave-scripts/octave-forge-patch.sh %type_raw[forge] %v %type_raw[oct] %b %i $pkgsrc ./octave-forge-compile.sh << InstallScript: ./octave-forge-install.sh PostInstScript: %p/share/octave/%type_raw[oct]/%type_raw[forge]/octave-forge-postinst.sh PreRmScript: %p/share/octave/%type_raw[oct]/%type_raw[forge]/octave-forge-prerm.sh 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. << <<