SF.net SVN: gar:[25807] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jul 6 17:11:41 CEST 2016
Revision: 25807
http://sourceforge.net/p/gar/code/25807
Author: dmichelsen
Date: 2016-07-06 15:11:40 +0000 (Wed, 06 Jul 2016)
Log Message:
-----------
protobuf-c/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/protobuf-c/
csw/mgar/pkg/protobuf-c/Makefile
csw/mgar/pkg/protobuf-c/branches/
csw/mgar/pkg/protobuf-c/tags/
csw/mgar/pkg/protobuf-c/trunk/
csw/mgar/pkg/protobuf-c/trunk/Makefile
csw/mgar/pkg/protobuf-c/trunk/checksums
csw/mgar/pkg/protobuf-c/trunk/files/
Added: csw/mgar/pkg/protobuf-c/Makefile
===================================================================
--- csw/mgar/pkg/protobuf-c/Makefile (rev 0)
+++ csw/mgar/pkg/protobuf-c/Makefile 2016-07-06 15:11:40 UTC (rev 25807)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/protobuf-c/trunk
===================================================================
--- csw/mgar/pkg/protobuf-c/trunk 2016-07-06 14:15:07 UTC (rev 25806)
+++ csw/mgar/pkg/protobuf-c/trunk 2016-07-06 15:11:40 UTC (rev 25807)
Property changes on: csw/mgar/pkg/protobuf-c/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/protobuf-c/trunk/Makefile
===================================================================
--- csw/mgar/pkg/protobuf-c/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/protobuf-c/trunk/Makefile 2016-07-06 15:11:40 UTC (rev 25807)
@@ -0,0 +1,38 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = protobuf-c
+VERSION = 1.2.1
+GARTYPE = v2
+
+DESCRIPTION = Protocol Buffers implementation in C
+
+MASTER_SITES += https://github.com/protobuf-c/protobuf-c/releases/download/v$(VERSION)/
+DISTFILES += $(DISTNAME).tar.gz
+
+BUILD_DEP_PKGS += CSWprotobuf-dev
+
+PACKAGES += CSWlibprotobuf-c1
+SPKG_DESC_CSWlibprotobuf-c1 = Protocol Buffers implementation in C, libprotobuf-c.so.1
+PKGFILES_CSWlibprotobuf-c1 += $(call pkgfiles_lib,libprotobuf-c.so.1)
+RUNTIME_DEP_PKGS_CSWlibprotobuf-c1 += CSWlibgcc-s1
+
+PACKAGES += CSWlibprotobuf-c-dev
+SPKG_DESC_CSWlibprotobuf-c-dev = Development files for libprotobuf-c.so.1
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWlibprotobuf-c-dev += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibprotobuf-c-dev += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibprotobuf-c-dev += CSWlibprotobuf-c1
+RUNTIME_DEP_PKGS_CSWlibprotobuf-c-dev += CSWlibprotoc10
+RUNTIME_DEP_PKGS_CSWlibprotobuf-c-dev += CSWlibprotobuf10
+
+GARCOMPILER = GNU
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+# We need rm -v
+INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/protobuf-c/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/protobuf-c/trunk/checksums
===================================================================
--- csw/mgar/pkg/protobuf-c/trunk/checksums (rev 0)
+++ csw/mgar/pkg/protobuf-c/trunk/checksums 2016-07-06 15:11:40 UTC (rev 25807)
@@ -0,0 +1 @@
+e544249c329391fff512c3874895cfbe protobuf-c-1.2.1.tar.gz
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