the Fink project is an effort to port
popular Unix programs to Mac OS X
Info3: <<
Package: libspatialite1%type_pkg[64bit]
Type: 64bit (. -64bit)
Architecture: (type_pkg[64bit] = .) powerpc, (type_pkg[64bit] = .) i386, (type_pkg[64bit] = .) x86_64, (type_pkg[64bit] = -64bit) x86_64
Distribution: (type_pkg[64bit] = .) 10.4, (type_pkg[64bit] = .) 10.5, (type_pkg[64bit] = .) 10.6, (type_pkg[64bit] = -64bit) 10.6
Version: 2.3.1
Revision: 16
Description: GIS extensions and tools to SQLite
License: OSI-Approved
Homepage: http://www.gaia-gis.it/spatialite/
Maintainer: BABA Yoshihiko
DescDetail: <<
The SpatiaLite extension enables SQLite to support
spatial data too [aka GEOMETRY], in a way conformant
to OpenGIS specifications.
<<
# a file was moved from %N-shlibs to %N shortly before 2.3.1-14, make sure
# users can upgrade %N cleanly if they had the old %N-shlibs installed
Replaces: %N-shlibs (<< 2.3.1-14)
Depends: <<
libspatialite1-shlibs (=%v-%r)
<<
BuildDepends: <<
fink (>= 0.28),
(type_pkg[64bit] = .)readline5 | (type_pkg[64bit] = -64bit) readline5-64bit,
(type_pkg[64bit] = .)libncurses5 | (type_pkg[64bit] = -64bit) libncurses5-64bit-shlibs,
libiconv-dev,
proj, libgeos3.3.0
<<
BuildConflicts: libgeos2, libgeos3, libgeosc1, libgeos3.2.0, libgeos3.2.2
BuildDependsOnly: True
# Unpack Phase.
Source: http://www.gaia-gis.it/spatialite-%v-3/libspatialite-amalgamation-%v.tar.gz
Source-MD5: 3e1b15a55a0bd511e6437fdb604a10b1
SetCPPFLAGS: -Os
SetLDFLAGS: -lcharset
ConfigureParams: <<
--target=macosx --with-proj-include=%p/include --with-proj-lib=%p/lib \
--with-geos-include=%p/opt/libgeos3.3.0/include --with-geos-lib=%p/opt/libgeos3.3.0/lib
<<
CompileScript: <<
#!/bin/sh -xe
# Set up Libraries
./configure %c
make
<<
# Install Phase.
InstallScript: <<
#!/bin/sh -xe
# Install Libraries
make install prefix=%i
install_name_tool -id "%p/lib/libspatialite.1.1.3.dylib" %i/lib/libspatialite.1.1.3.dylib
<<
DocFiles: AUTHORS COPYING INSTALL README
SplitOff: <<
Package: %N-shlibs
Description: Shared libraries for libspatialite1 package
Depends: <<
libgeos3.3.0-shlibs,
libiconv,
proj-shlibs
<<
Files: <<
lib/libspatialite.1.1.3.dylib
<<
Suggests: librasterlite1-shlibs
Shlibs: <<
%p/lib/libspatialite.1.1.3.dylib 3.0.0 %n (>= 2.3.1-1) 32
<<
DocFiles: AUTHORS COPYING INSTALL README
# End of SplitOff
<<
# End of Info3
<<