[csw-devel] SF.net SVN: gar:[17768] csw/mgar/pkg
d_pocock at users.sourceforge.net
d_pocock at users.sourceforge.net
Thu Apr 19 12:10:22 CEST 2012
Revision: 17768
http://gar.svn.sourceforge.net/gar/?rev=17768&view=rev
Author: d_pocock
Date: 2012-04-19 10:10:22 +0000 (Thu, 19 Apr 2012)
Log Message:
-----------
resiprocate: add initial Makefile
Added Paths:
-----------
csw/mgar/pkg/resiprocate/
csw/mgar/pkg/resiprocate/branches/
csw/mgar/pkg/resiprocate/tags/
csw/mgar/pkg/resiprocate/trunk/
csw/mgar/pkg/resiprocate/trunk/Makefile
Added: csw/mgar/pkg/resiprocate/trunk/Makefile
===================================================================
--- csw/mgar/pkg/resiprocate/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/resiprocate/trunk/Makefile 2012-04-19 10:10:22 UTC (rev 17768)
@@ -0,0 +1,26 @@
+NAME = resiprocate
+VERSION = 1.8.0
+CATEGORIES = utils
+
+#PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386
+#PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+
+DESCRIPTION = full-featured reference implementation of SIP in C++
+define BLURB
+ reSIProcate is a library that aims to fully implement the SIP protocol
+ in first class C++. It is intended for use in other applications,
+ such as the repro SIP proxy.
+endef
+
+DISTFILES = $(DISTNAME).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-shared
+CONFIGURE_ARGS += --disable-nls
+CONFIGURE_ARGS += --with-ssl
+CONFIGURE_ARGS += --enable-ipv6
+
+# There are multiple test suites, regular `make check' and tfm
+TEST_SCRIPTS = check
+
+include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list