the Fink project is an effort to port
popular Unix programs to Mac OS X
Info4: <<
Package: libgeos3.3.1
Version: 3.3.1
Revision: 1
Description: Geometry Engine - Open Source
License: LGPL
Maintainer: BABA Yoshihiko
Depends: %N-shlibs (>= %v-%r)
BuildDepends: fink (>= 0.29.7-1)
BuildDependsOnly: true
GCC: 4.0
Source: http://download.osgeo.org/geos/geos-%v.tar.bz2
Source-MD5: b1ceefe205c9ee520b99f2b072c345f7
UseMaxBuildJobs: true
CompileScript: <<
#!/bin/sh -ev
if [ -x /usr/bin/gcc-4.2 ]; then
export CC="gcc-4.2" CXX="g++-4.2"
fi
./configure --prefix=%p/opt/%N
make
<<
InstallScript: make -j1 install-strip DESTDIR=%d
DocFiles: AUTHORS ChangeLog COPYING README TODO
SplitOff: <<
Package: %N-shlibs
DocFiles: AUTHORS ChangeLog COPYING README TODO
Files: <<
opt/%N/lib/libgeos-%v.dylib
opt/%N/lib/libgeos_c.1*.dylib
<<
Shlibs: <<
%p/opt/%N/lib/libgeos-%v.dylib 0.0.0 %n (>= 3.3.1-1)
%p/opt/%N/lib/libgeos_c.1.dylib 9.0.0 %n (>= 3.3.1-1)
<<
<<
Homepage: http://geos.refractions.net/
DescDetail: <<
Geometry Engine - Open Source is a C++ port of the Java Topology Suite
(JTS). As such, it aims to contain the complete functionality of JTS
in C++. This includes all the OpenGIS "Simple Features for SQL"
spatial predicate functions and spatial operators, as well as specific
JTS topology functions such as IsValid().
<<
<<