All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cpp_pkgconfig.model_pc.in.ftl Maven / Gradle / Ivy

Go to download

Tool that generates code for RPC between the Kurento Media Server and remote libraries.

There is a newer version: 7.1.0
Show newest version
${module.code.implementation.lib?replace("lib", "")}.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: ${module.code.implementation.lib?replace("lib", "")}
Description: Kurento ${module.name} Module
Version: ${module.version}
URL:<#if module.code.repoAddress??> ${module.code.repoAddress}
Requires:<#list module.imports as import> ${import.module.code.implementation.lib?replace("lib", "")}  @requires@
Requires.private:
Libs: -L<#noparse>${libdir} -l${module.code.implementation.lib?replace("lib", "")}impl
Libs.private:
<#noparse>
CFlags: -I${includedir}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy