Info2: << Package: libspatialindex3 BuildDependsOnly: True Version: 1.8.0 Revision: 3 Description: Headers for Spatial Index License: BSD Homepage: http://libspatialindex.github.com Maintainer: BABA Yoshihiko DescDetail: << The purpose of this library is to provide: 1. An extensible framework that will support robust spatial indexing methods. 2. Support for sophisticated spatial queries. Range, point location, nearest neighbor and k-nearest neighbor as well as parametric queries (defined by spatial constraints) should be easy to deploy and run. 3. Easy to use interfaces for inserting, deleting and updating information. 4. Wide variety of customization capabilities. Basic index and storage characteristics like the page size, node capacity, minimum fan-out, splitting algorithm, etc. should be easy to customize. 5. Index persistence. Internal memory and external memory structures should be supported. Clustered and non-clustered indices should be easy to be persisted. << # Dependencies. Depends: %n-shlibs BuildDepends: Conflicts: libspatialindex2, libspatialindex4 Replaces: libspatialindex2, libspatialindex4 # Unpack Phase. Source: http://download.osgeo.org/libspatialindex/spatialindex-src-%v.tar.gz Source-MD5: aa78e2c641c472df257f49cd140669c4 # Compile Phase. GCC: 4.0 CompileScript: << #!/bin/bash -ev ./configure %c make << InstallScript: << #!/bin/bash -ev make install DESTDIR=%d << SplitOff: << Package: %N-shlibs Description: Libraries for Spatial Index Files: lib/*.3.dylib Shlibs: << %p/lib/libspatialindex.3.dylib 4.0.0 %n (>= 1.8.0-1) %p/lib/libspatialindex_c.3.dylib 4.0.0 %n (>= 1.8.0-1) << << <<