SF.net SVN: gar:[23085] csw/mgar/pkg/google-gflags/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri Feb 28 10:58:19 CET 2014
Revision: 23085
http://sourceforge.net/p/gar/code/23085
Author: wahwah
Date: 2014-02-28 09:58:16 +0000 (Fri, 28 Feb 2014)
Log Message:
-----------
google-gflags/trunk: Version bump
Modified Paths:
--------------
csw/mgar/pkg/google-gflags/trunk/Makefile
Modified: csw/mgar/pkg/google-gflags/trunk/Makefile
===================================================================
--- csw/mgar/pkg/google-gflags/trunk/Makefile 2014-02-28 09:48:52 UTC (rev 23084)
+++ csw/mgar/pkg/google-gflags/trunk/Makefile 2014-02-28 09:58:16 UTC (rev 23085)
@@ -5,7 +5,7 @@
NAME = gflags
VERSION = 2.0
GARTYPE = v2
-DESCRIPTION = a library that implements commandline flags processing
+DESCRIPTION = Commandline flags module for C++
define BLURB
The gflags package contains a library that implements commandline flags
processing. As such it's a replacement for getopt(). It has increased
@@ -27,4 +27,19 @@
MERGE_DIRS_isa-sparcv9 = $(libdir)
MERGE_DIRS_isa-amd64 = $(libdir)
+
+PACKAGES += CSWlibgflags2
+PKGFILES_CSWlibgflags2 += $(call baseisadirs,$(libdir),libgflags\.so\.2(\.\d+)*)
+SPKG_DESC_CSWlibgflags2 += $(DESCRIPTION), libgflags.so.2
+RUNTIME_DEP_PKGS_CSWlibgflags2 += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibgflags2 += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWgflags += CSWlibgflags2
+
+PACKAGES += CSWlibgflags-nothreads2
+PKGFILES_CSWlibgflags-nothreads2 += $(call baseisadirs,$(libdir),libgflags_nothreads\.so\.2(\.\d+)*)
+SPKG_DESC_CSWlibgflags-nothreads2 += $(DESCRIPTION), libgflags_nothreads.so.2
+RUNTIME_DEP_PKGS_CSWlibgflags-nothreads2 += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibgflags-nothreads2 += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWgflags += CSWlibgflags-nothreads2
+
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