diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-24 07:50:06 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-24 07:50:06 +0400 |
commit | 66890fd48bba612044f1104f5376e58016e9168e (patch) | |
tree | db17d1096a7a551e6ca1f43f830025e4c5f907a0 /examples/openpgm/Makefile | |
parent | 8347d01cc71290efcbb7771adcc90f80549bfa0f (diff) | |
download | cibs-66890fd48bba612044f1104f5376e58016e9168e.tar.gz |
Examples: openpgm + zeromq
Diffstat (limited to 'examples/openpgm/Makefile')
-rw-r--r-- | examples/openpgm/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/openpgm/Makefile b/examples/openpgm/Makefile new file mode 100644 index 0000000..534f229 --- /dev/null +++ b/examples/openpgm/Makefile @@ -0,0 +1,26 @@ +include /usr/share/cibs/rules/ips.mk +include /usr/share/cibs/rules/archive.mk +include /usr/share/cibs/rules/patch.mk +include /usr/share/cibs/rules/autoreconf.mk +include /usr/share/cibs/rules/autotools.mk +include /usr/share/cibs/rules/32.mk +include /usr/share/cibs/rules/64.mk + +configure := $(sourcedir)/openpgm/pgm/configure + +summary := open source implementation of the Pragmatic General Multicast (PGM) specification in RFC 3208 +license := LGPL +license-file := openpgm/pgm/COPYING + +# build-conflicts += + +home := https://code.google.com/p/openpgm/ +name := libpgm +version := 5.1.118 +archive := $(name)-$(version).tar.bz2 +download := https://openpgm.googlecode.com/files/$(archive) +checksum := \ + md5:f561caa7902220eff4d1e2004ba5eedc \ + sha1:76888874a938c26870096105249990c5fdfa9ec2 \ + sha256:7806ab830e3993db77590877fa8133037a86fb6f22e99418a5c7075d93d3aa8b \ + size:857603 |