mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-25 05:24:06 +00:00
14 lines
286 B
PkgConfig
14 lines
286 B
PkgConfig
|
prefix=${pcfiledir}/../..
|
||
|
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: Xapian
|
||
|
Description: Search Engine Library
|
||
|
URL: https://xapian.org/
|
||
|
Version: 1.4.21
|
||
|
Cflags: -I"${includedir}"
|
||
|
Libs: -L"${libdir}" -lxapian
|
||
|
Libs.private: -lzlib -lrpcrt4 -lws2_32
|