aboutsummaryrefslogtreecommitdiffstats
path: root/community/openspecfun/openspecfun.pc
diff options
context:
space:
mode:
Diffstat (limited to 'community/openspecfun/openspecfun.pc')
-rw-r--r--community/openspecfun/openspecfun.pc12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/openspecfun/openspecfun.pc b/community/openspecfun/openspecfun.pc
new file mode 100644
index 0000000000..52c0afd81d
--- /dev/null
+++ b/community/openspecfun/openspecfun.pc
@@ -0,0 +1,12 @@
+prefix=/usr
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib
+
+Name: openspecfun
+Version: @VERSION@
+URL: https://github.com/JuliaLang/openspecfun
+Description: A collection of special mathematical functions
+Requires.private: openlibm
+Cflags: -I${includedir}
+Libs: -L${libdir} -lopenspecfun