summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-12-06 06:34:44 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-12-06 06:34:44 +0400
commitae1884a1fce7019c7d487949deec0511b56fa722 (patch)
treeb3a5190f7bf19e3a2d9a3c1df4e5054204c3da3b
parentc920ef10ba3e8435b851ad9556a7e2e3980a023d (diff)
downloadcibs-pkgs-ae1884a1fce7019c7d487949deec0511b56fa722.tar.gz
Split libev
-rw-r--r--libev/libev.p5m5
-rw-r--r--libev/libev4.p5m8
2 files changed, 11 insertions, 2 deletions
diff --git a/libev/libev.p5m b/libev/libev.p5m
index dc81a50..d2a18dc 100644
--- a/libev/libev.p5m
+++ b/libev/libev.p5m
@@ -5,6 +5,9 @@ set name=info.source-url value="$(download)"
license $(license-file) license=$(license)
+depend fmri=pkg:/library/$(name)4@$(ips-version) type=require
+depend fmri=pkg:/library/$(name)4@$(ips-version) type=incorporate
+
dir path=usr
dir path=usr/lib
dir path=usr/lib/$(mach64)
@@ -12,11 +15,9 @@ dir path=usr/include
dir path=usr/share
dir path=usr/share/man
dir path=usr/share/man/man3
-file path=usr/lib/$(mach64)/libev.so.4.0.0
file path=usr/include/event.h
file path=usr/include/ev++.h
file path=usr/include/ev.h
file path=usr/share/man/man3/ev.3
link path=usr/lib/$(mach64)/libev.so target=libev.so.4.0.0
-link path=usr/lib/$(mach64)/libev.so.4 target=libev.so.4.0.0
diff --git a/libev/libev4.p5m b/libev/libev4.p5m
new file mode 100644
index 0000000..9ed9f30
--- /dev/null
+++ b/libev/libev4.p5m
@@ -0,0 +1,8 @@
+set name=pkg.fmri value=pkg:/library/$(name)4@$(ips-version)
+set name=pkg.summary value="$(summary), shared library"
+set name=info.upstream-url value="$(home)"
+set name=info.source-url value="$(download)"
+license $(license-file) license=$(license)
+
+file path=usr/lib/$(mach64)/libev.so.4.0.0
+link path=usr/lib/$(mach64)/libev.so.4 target=libev.so.4.0.0