Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19591
Added Files:
sqlite3-x86_64.info
Log Message:
build without tcl support on x86_64 because of tcltk 8.5
--- NEW FILE: sqlite3-x86_64.info ---
Package: sqlite3
Version: 3.6.13
Revision: 1000
Architecture: x86_64
Description: Embedded SQL database, version 3
DescDetail: <<
SQLite is a C library that implements an embeddable SQL database engine.
Programs that link with the SQLite library can have SQL database access
without running a separate RDBMS process. The distribution comes with a
standalone command-line access program ( sqlite ) that can be used to
administer an SQLite database and which serves as an example of how to
use the SQLite library.
<<
License: Public Domain
Maintainer: Pepe Barbe <[email protected]>
Homepage: http://www.sqlite.org/
DocFiles: README VERSION LICENSE
Source: http://sqlite.org/sqlite-%v.tar.gz
Source-MD5: 42cb2690221e72dfb0d500c3a063e0ec
# Patch so that 'make test' works and the lemon binary is buffer overflow
# safe if we ever decide to install at (Debian and Ubuntu installs it).
PatchFile: %n.patch
PatchFile-MD5: a2b5800ef97ad3462a0b239e16048016
PatchScript: <<
%{default_script}
head -n 10 src/sqlite.h.in > LICENSE
<<
ConfigureParams: --disable-tcl --enable-threadsafe --enable-load-extension
NoSetCPPFLAGS: true
SetCPPFLAGS: -I%p/include/readline
SetCFLAGS: -Os -DSQLITE_ENABLE_COLUMN_METADATA=1
# Compiling with the -D flag is needed for libgda
Depends: %N-shlibs (= %v-%r), readline5-shlibs (>= 5.0-1004)
BuildDepends: readline5 (>= 5.0-1004), libncurses5 (>= 5.4-20041023-1006), fink
(>= 0.28)
# Does NOT conflict with package sqlite
BuildConflicts: lclint
# lclint installs %p/lib/Makefile, which leads configure to believe
# it has to use tcltk from its builddir, hence failure
CompileScript: <<
#!/bin/sh -ev
config_TARGET_READLINE_LIBS='-L%p/lib -lreadline -lncurses' \
./configure %c
make
<<
InfoTest: <<
TestScript: make test || exit 2
<<
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
<<
SplitOff: <<
Package: %N-shlibs
Description: Embedded SQL database (shared libraries)
DocFiles: VERSION LICENSE
Shlibs: %p/lib/libsqlite3.0.dylib 9.0.0 %n (>= 3.0.8-1)
Files: lib/libsqlite3.0.dylib
<<
SplitOff2: <<
Package: %N-dev
Description: Embedded SQL database (include files and linkable libraries)
Depends: %N-shlibs (= %v-%r)
# Does NOT conflict with sqlite-dev, strangely enough
# lib/libsqlite3.dylib accidentally placed in %N for a time
Replaces: %N (<< 3.6.9-1003)
DocFiles: VERSION LICENSE
BuildDependsOnly: True
Files: <<
include
lib/libsqlite3.la
lib/libsqlite3.a
lib/libsqlite3.dylib
lib/pkgconfig
<<
<<
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs