blob: 64d8d58550948acf0908eecb5ee31bdc9a845b25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=/inst
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Installed test package
Description: Test package for checking -uninstalled behavior
Version: 1.0.0
Requires:
Libs: -L${libdir} -linst
Cflags: -I${includedir}
|