2011-10-07

Slitaz -- ogdi



What is OGDI

OGDI is the Open Geographic Datastore Interface. OGDI is an application programming interface (API) that uses a standardized access methods to work in conjunction with GIS software packages (the application) and various geospatial data products. OGDI uses a client/server architecture to facilitate the dissemination of geospatial data products over any TCP/IP network, and a driver-oriented approach to facilitate access to several geospatial data products/formats.

1.
 root@slitaz:~# tazpkg info ogdi

Tazpkg information
================================================================================
Package    : ogdi
Version    : 3.2.0b2
Category   : misc
Short desc : Open Geographic Datastore Interface Library
Maintainer : alanyih
Depends    : expat zlib proj
Build deps : file expat-dev zlib-dev
Web site   : http://ogdi.sourceforge.net/
================================================================================

root@slitaz:~#


2.
http://localhost/cooker/cooker.cgi?pkg=ogdi

Package: ogdi

receipt
Cook summary

Summary for: ogdi 3.2.0b2
================================================================================
Produced   : 668.0K
Packed     : 620.0K
Compressed : 160.0K
Files      : 18
Cook time  : 10s
Cook date  : 2011-10-07 16:12
================================================================================
Cook log

Cook: ogdi 3.2.0b2
================================================================================
QA: checking package receipt...
Checking build dependencies...
Extracting: ogdi-3.2.0.beta2.tar.gz
Executing: compile_rules
configure: loading site script /etc/slitaz/cook.site
checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i486-slitaz-linux-gcc accepts -g... yes
checking for i486-slitaz-linux-gcc option to accept ISO C89... none needed
checking for dlopen in -ldl... yes
checking for  -shared ... no(1)
checking for ld -shared ... yes
checking how to run the C preprocessor... i486-slitaz-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
 [..]
 ================================================================================

Pack: ogdi 3.2.0b2
================================================================================
Executing: genpkg_rules
Copying receipt... OK
Creating the list of files... OK
Executing strip on all files... OK
Creating md5sum of files... OK
Compressing the fs...  OK
Updating receipt sizes... OK
Creating full cpio archive...  OK
Restoring original package tree...  OK
QA: Checking for empty package... OK
================================================================================
Package: ogdi-3.2.0b2.tazpkg

Summary for: ogdi 3.2.0b2
================================================================================
Produced   : 668.0K
Packed     : 620.0K
Compressed : 160.0K
Files      : 18
Cook time  : 10s
Cook date  : 2011-10-07 16:12
================================================================================

 3. Fixme!

mkdir -p /home/slitaz/wok/ogdi/install/lib/ogdi
mv -f /home/slitaz/wok/ogdi/install/lib/libogdi.so.3.2 /home/slitaz/wok/ogdi/install/lib
cp /home/slitaz/wok/ogdi/source/ogdi-3.2.0b2/bin/Linux/libogdi.so /home/slitaz/wok/ogdi/install/lib/ogdi
mv: can't rename '/home/slitaz/wok/ogdi/install/lib/libogdi.so.3.2': No such file or directory
make[2]: *** [install-so-link] Error 1
.