12 lines
332 B
PkgConfig
12 lines
332 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
|
|
Name: libcomps
|
|
Description: alternative for yum.libcomps written in C
|
|
Version: @VERSION@
|
|
URL: https://github.com/rpm-software-management/libcomps
|
|
CFlags: -I${includedir}
|
|
Libs: -L${libdir} -lcomps
|
|
Requires: libxml-2.0 expat
|