diff options
Diffstat (limited to 'dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in')
-rw-r--r-- | dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in b/dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in new file mode 100644 index 000000000000..fe30b1f5d467 --- /dev/null +++ b/dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in @@ -0,0 +1,14 @@ +# Package Information for pkg-config + +prefix=/usr +wxver=@WXVERSION@ +includedir=${prefix}/include/wx-${wxver}/ +libdir=${prefix}/@LIBDIR@ + +Name: wxsqlite3-@WXVERSION@ +Description: SQLite3 C++ wrapper for use in programs based on the wxWidgets +Version: @VERSION@ +#Requires: sqlite3 +Libs: -L${libdir} -lwxcode_gtk2u@WXDEBUG@_wxsqlite3-@WXVERSION@ +Libs.private: -lpthread +Cflags: -I${includedir} |