blob: 2daa0350f9ce63982c691c9735c03f9897634fc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Simple test
Description: Dummy pkgconfig test package for testing pkgconfig
Version: 1.0.0
Requires:
Libs: -lsimple
Libs.private: -lm
Cflags: -I${includedir}
|