[build] Adding pkg-config support

This commit is contained in:
Al
2016-02-16 11:31:02 -05:00
parent 37c09d1ed9
commit 4349a45b0f
4 changed files with 32 additions and 3 deletions

11
libpostal.pc.in Normal file
View File

@@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libpostal
Description: Fast international street address parsing and normalization using statistical NLP.
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpostal
Libs.private: @LIBS@
Cflags: -I${includedir}