Info2: << Package: fl-core-oct%type_pkg[oct] Version: 1.0.0 Type: oct (3.2.4 3.4.3 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4), forge (fl-core), gcc (4.6) Revision: 5 Maintainer: Alexander Hansen Homepage: http://octave.sourceforge.net/fl-core/index.html Description: Basic fuzzy logic functions for Octave DescDetail: << This package contains code for basic functions in Fuzzy Logic for Octave. It provides the following additional functions: Set Operations: fl_intersect fl_union fl_complement fl_cartproduct Function Composition: fl_compose << License: LGPL3 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-octave-scripts (>= 0.1.2), ( %type_pkg[oct] = 305 ) hdf5.8-oldapi, ( %type_pkg[oct] != 305 ) hdf5.8 << Depends: << octave%type_pkg[oct]-interpreter, ( %type_pkg[oct] << 360 ) gcc%type_pkg[gcc]-shlibs << Conflicts: octave-forge Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz Source-MD5: 930dd490d1d306e361a8529cb4c8ce54 SourceDirectory: %type_raw[forge] NoSetCPPFLAGS: true NoSetLDFLAGS: true SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib UseMaxBuildJobs: false BuildAsNobody: false CompileScript: << #!/bin/sh -ev export OCTAVE=%p/bin/octave-%type_raw[oct] 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. << <<