Initial import of Bongo source code.

This commit is contained in:
alexhudson
2007-01-22 23:37:12 +00:00
parent 79098e9cc8
commit b0c62252c4
3849 changed files with 1450868 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Package Information for pkg-config
prefix=/tmp/build
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: SQLite
Description: SQL database engine
Version: 3.3
Libs: -L${libdir} -lsqlite3
Cflags: -I${includedir}