813
by jan at mysql
added pkgconfig files for mysql-proxy and mysql-chassis |
1 |
prefix=@prefix@ |
2 |
exec_prefix=@exec_prefix@ |
|
3 |
libdir=@libdir@ |
|
817
by jan at mysql
expose the plugindir too |
4 |
pkglibdir=@libdir@/mysql-proxy |
5 |
lualibdir=${pkglibdir}/lua |
|
6 |
plugindir=${pkglibdir}/plugins |
|
813
by jan at mysql
added pkgconfig files for mysql-proxy and mysql-chassis |
7 |
|
8 |
Name: MySQL Proxy |
|
9 |
Version: @VERSION@ |
|
10 |
Description: MySQL Proxy |
|
11 |
URL: http://forge.mysql.com/wiki/MySQL_Proxy |
|
12 |
Requires: glib-2.0 >= 2.16, mysql-chassis >= @VERSION@ |
|
13 |
Libs: -L${libdir} -lmysql-proxy |