This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15bc348
commit 6d108a4
Showing
4 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
prefix=@CMAKE_INSTALL_PREFIX@ | ||
exec_prefix=@CMAKE_INSTALL_PREFIX@ | ||
libdir=@CMAKE_INSTALL_PREFIX@/lib | ||
includedir=@CMAKE_INSTALL_PREFIX@/include | ||
|
||
Name: mysql-chassis | ||
Version: @PACKAGE_VERSION_STRING@ | ||
Description: the Chassis of the MySQL Proxy | ||
URL: http://forge.mysql.com/wiki/MySQL_Proxy | ||
Requires: glib-2.0 >= 2.16 | ||
Libs: -L${libdir} -lmysql-chassis | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
prefix=@CMAKE_INSTALL_PREFIX@ | ||
exec_prefix=@CMAKE_INSTALL_PREFIX@ | ||
libdir=@CMAKE_INSTALL_PREFIX@/lib | ||
pkglibdir=${libdir}/mysql-proxy | ||
lualibdir=${pkglibdir}/lua | ||
plugindir=${pkglibdir}/plugins | ||
|
||
Name: MySQL Proxy | ||
Version: @PACKAGE_VERSION_STRING@ | ||
Description: MySQL Proxy | ||
URL: http://forge.mysql.com/wiki/MySQL_Proxy | ||
Requires: glib-2.0 >= 2.16, mysql-chassis >= @PACKAGE_VERSION_STRING@ | ||
Libs: -L${libdir} -lmysql-chassis-proxy |