SF.net SVN: gar:[25458] csw/mgar/pkg
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Wed Dec 16 16:09:35 CET 2015
Revision: 25458
http://sourceforge.net/p/gar/code/25458
Author: janholzh
Date: 2015-12-16 15:09:35 +0000 (Wed, 16 Dec 2015)
Log Message:
-----------
nghttp2/trunk: initial commit
Added Paths:
-----------
csw/mgar/pkg/nghttp2/
csw/mgar/pkg/nghttp2/Makefile
csw/mgar/pkg/nghttp2/branches/
csw/mgar/pkg/nghttp2/tags/
csw/mgar/pkg/nghttp2/trunk/
csw/mgar/pkg/nghttp2/trunk/Makefile
csw/mgar/pkg/nghttp2/trunk/checksums
csw/mgar/pkg/nghttp2/trunk/files/
Added: csw/mgar/pkg/nghttp2/Makefile
===================================================================
--- csw/mgar/pkg/nghttp2/Makefile (rev 0)
+++ csw/mgar/pkg/nghttp2/Makefile 2015-12-16 15:09:35 UTC (rev 25458)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/nghttp2/trunk
===================================================================
--- csw/mgar/pkg/nghttp2/trunk 2015-12-16 13:03:48 UTC (rev 25457)
+++ csw/mgar/pkg/nghttp2/trunk 2015-12-16 15:09:35 UTC (rev 25458)
Property changes on: csw/mgar/pkg/nghttp2/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/nghttp2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nghttp2/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/nghttp2/trunk/Makefile 2015-12-16 15:09:35 UTC (rev 25458)
@@ -0,0 +1,37 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = nghttp2
+VERSION = 1.5.0
+GARTYPE = v2
+
+DESCRIPTION =The nghttp2 is an implementation of HTTP/2
+define BLURB
+ The nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C
+endef
+
+MASTER_SITES = https://github.com/tatsuhiro-t/nghttp2/releases/download/v1.5.0/
+DISTFILES = $(DISTNAME).tar.xz
+
+GARCOMPILER = GCC5
+BUILD64 = 1
+
+PACKAGES += CSWlibnghttp2-14
+CATALOGNAME_CSWlibnghttp2-14 = libnghttp2_14
+SPKG_DESC_CSWlibnghttp2-14 += $(DESCRIPTION), libnghttp2.so.14
+PKGFILES_CSWlibnghttp2-14 += $(call baseisadirs,$(libdir),libnghttp2\.so\.14\.3\.0)
+PKGFILES_CSWlibnghttp2-14 += $(call baseisadirs,$(libdir),libnghttp2\.so\.14(\.\d+)*)
+RUNTIME_DEP_PKGS_CSWlibnghttp2-14 += CSWlibgcc-s1
+
+PACKAGES += CSWlibnghttp2-dev
+CATALOGNAME_CSWlibnghttp2-dev = libnghttp2_dev
+SPKG_DESC_CSWlibnghttp2-dev += $(DESCRIPTION), development files
+PKGFILES_CSWlibnghttp2-dev += $(PKGFILES_DEVEL)
+RUNTIME_DEP_PKGS_CSWlibnghttp2-dev += CSWlibnghttp2-14
+
+
+# Apps don't build. Build lib only
+CONFIGURE_ARGS = $(DIRPATHS) --disable-python-bindings --disable-app --disable-examples --disable-static
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/nghttp2/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/nghttp2/trunk/checksums
===================================================================
--- csw/mgar/pkg/nghttp2/trunk/checksums (rev 0)
+++ csw/mgar/pkg/nghttp2/trunk/checksums 2015-12-16 15:09:35 UTC (rev 25458)
@@ -0,0 +1 @@
+eac2f94ca8f233a861c6a7f73c61a29d nghttp2-1.5.0.tar.xz
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