summarylogtreecommitdiffstats
path: root/snappy.pc
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-12-01 16:59:38 -0800
committerAndy Weidenbaum2017-12-01 17:00:19 -0800
commit11d707993d76529e71eaac0b14123c695298bd9f (patch)
tree264a239ddf8f9307fcc9afd3f731d0a210a9d240 /snappy.pc
parent6cf1ddd21f779cc47e4ce5714e079868370f0586 (diff)
downloadaur-libsnappy.tar.gz
update pkgver to 1.1.7
Diffstat (limited to 'snappy.pc')
-rw-r--r--snappy.pc10
1 files changed, 10 insertions, 0 deletions
diff --git a/snappy.pc b/snappy.pc
new file mode 100644
index 000000000000..c5ec37dd7ba9
--- /dev/null
+++ b/snappy.pc
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: snappy
+Description: A fast compression/decompression library
+Version: 1.1.4
+Libs: -L${libdir} -lsnappy
+Cflags: -I${includedir}