summaryrefslogtreecommitdiff
path: root/check/system.pc
diff options
context:
space:
mode:
Diffstat (limited to 'check/system.pc')
-rw-r--r--check/system.pc10
1 files changed, 10 insertions, 0 deletions
diff --git a/check/system.pc b/check/system.pc
new file mode 100644
index 0000000..2cef2ed
--- /dev/null
+++ b/check/system.pc
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: System library
+Description: Test package
+Version: 1.0.0
+Libs: -L${libdir} -lsystem
+Cflags: -I${includedir}