MXS-2732 Add sqlite3 version 3110100

This commit is contained in:
Johan Wikman
2019-10-30 10:43:42 +02:00
parent 81e78726eb
commit 6df8fb2497
1429 changed files with 742953 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Package Information for pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: SQLite
Description: SQL database engine
Version: @RELEASE@
Libs: -L${libdir} -lsqlite
Libs.private: @LIBS@
Cflags: -I${includedir}