]> git.pld-linux.org Git - packages/belr.git/blob - belr-pc.patch
- new; using autotools as cmake doesn't produce .pc file
[packages/belr.git] / belr-pc.patch
1 --- belr-0.1.3-0/belr.pc.in.orig        2016-10-19 17:22:25.000000000 +0200
2 +++ belr-0.1.3-0/belr.pc.in     2019-06-02 20:53:27.903631254 +0200
3 @@ -1,9 +1,9 @@
4  # This is a comment
5  prefix=@CMAKE_INSTALL_PREFIX@
6  
7 -Name:  @PROJECT_NAME@
8 +Name: @PACKAGE_NAME@
9  Description: Belr is Belledonne Communications' language recognition library
10  Version: @PROJECT_VERSION@
11  Libs: -L@CMAKE_INSTALL_FULL_LIBDIR@ -lbelr
12 -Libs.private: @LIBS_PRIVATE@
13 +Libs.private: @BCTOOLBOX_LIBS@
14  Cflags: -I@CMAKE_INSTALL_FULL_INCLUDEDIR@
This page took 0.0714 seconds and 4 git commands to generate.