From b85b1fe55492f0d21077d43fe0de88ba6bbee2e4 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 31 Oct 2012 18:42:25 +0400 Subject: libev --- libev/Makefile | 20 ++++++++++++++++++++ libev/libev.p5m | 22 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 libev/Makefile create mode 100644 libev/libev.p5m (limited to 'libev') diff --git a/libev/Makefile b/libev/Makefile new file mode 100644 index 0000000..e4553d7 --- /dev/null +++ b/libev/Makefile @@ -0,0 +1,20 @@ +include /usr/share/cibs/rules/ips.mk +include /usr/share/cibs/rules/archive.mk +include /usr/share/cibs/rules/autotools.mk +include /usr/share/cibs/rules/64.mk + +summary := high-performance event loop library modelled after libevent +license := BSD +license-file := LICENSE + + +name := libev +home := http://software.schmorp.de/pkg/libev.html +version := 4.11 +archive := $(name)-$(version).tar.gz +download := http://dist.schmorp.de/libev/$(archive) +checksum := \ + md5:cda69b858a1849dfe6ce17c930cf10cd \ + sha1:e7752a518742c0f8086a8005aa7efcc4dcf02ed9 \ + sha256:9f55f16ff6e4d60a1b1fa7f4962af69768468f0d7c362aab6387f52020938cdf \ + size:484766 diff --git a/libev/libev.p5m b/libev/libev.p5m new file mode 100644 index 0000000..dc81a50 --- /dev/null +++ b/libev/libev.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/lib +dir path=usr/lib/$(mach64) +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 + -- cgit v1.2.3