aboutsummaryrefslogtreecommitdiff
path: root/examples/mpfr/mpfr.p5m
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-09-27 22:04:46 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-09-27 22:04:46 +0400
commitf9b823394ccfad3c82551f05f9362a461acd0003 (patch)
tree987693b8ed1ae6dd922225fd82591786246760f4 /examples/mpfr/mpfr.p5m
parent590f9485a3e0267c6708792d6bda79247612621a (diff)
downloadcibs-f9b823394ccfad3c82551f05f9362a461acd0003.tar.gz
+ MPFR
Diffstat (limited to 'examples/mpfr/mpfr.p5m')
-rw-r--r--examples/mpfr/mpfr.p5m22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/mpfr/mpfr.p5m b/examples/mpfr/mpfr.p5m
new file mode 100644
index 0000000..6816c07
--- /dev/null
+++ b/examples/mpfr/mpfr.p5m
@@ -0,0 +1,22 @@
+set name=pkg.fmri value=pkg:/library/$(name)@$(ips_version)
+set name=pkg.summary value="$(summary)"
+set name=info.upstream-url value="$(home)"
+set name=info.source-url value="$(download)"
+
+license $(license-file) license="$(license)"
+
+dir path=usr
+dir path=usr/include
+dir path=usr/lib
+dir path=usr/lib/$(MACH64)
+dir path=usr/share
+dir path=usr/share/info
+file path=usr/include/mpf2mpfr.h
+file path=usr/include/mpfr.h
+file path=usr/lib/$(MACH64)/libmpfr.so.4.1.1
+file path=usr/lib/libmpfr.so.4.1.1
+file path=usr/share/info/mpfr.info
+link path=usr/lib/$(MACH64)/libmpfr.so target=libmpfr.so.4.1.1
+link path=usr/lib/$(MACH64)/libmpfr.so.4 target=libmpfr.so.4.1.1
+link path=usr/lib/libmpfr.so target=libmpfr.so.4.1.1
+link path=usr/lib/libmpfr.so.4 target=libmpfr.so.4.1.1