mirror of
https://github.com/pkgconf/pkgconf.git
synced 2026-01-29 02:44:26 +00:00
12 lines
248 B
PkgConfig
12 lines
248 B
PkgConfig
prefix=/test
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: conflicts
|
|
Description: A testing pkg-config file
|
|
Conflicts: foo <= 1.3
|
|
Version: 1.2.3
|
|
Libs: -L${libdir} -lconflicts
|
|
Cflags: -fPIC -I${includedir}/conflicts
|