summarylogtreecommitdiffstats
path: root/snappy.pc.in
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-26 16:53:02 -0300
committerGonzalo Exequiel Pedone2024-03-26 16:53:02 -0300
commitea6db587db1bd365e02e2dd4d21fd94c16e20179 (patch)
tree825eb4f864ff4bdc03962522c7ee33caa5f75914 /snappy.pc.in
downloadaur-android-x86-64-snappy.tar.gz
New package.
Diffstat (limited to 'snappy.pc.in')
-rw-r--r--snappy.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/snappy.pc.in b/snappy.pc.in
new file mode 100644
index 000000000000..9c1a3478ee4b
--- /dev/null
+++ b/snappy.pc.in
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: snappy
+Description: Fast compressor/decompressor library.
+Version: @PROJECT_VERSION@
+Libs: -L${libdir} -lsnappy
+Cflags: -I${includedir}