[csw-devel] SF.net SVN: gar:[15309] csw/mgar/pkg/flow-tools/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Aug 11 13:32:37 CEST 2011


Revision: 15309
          http://gar.svn.sourceforge.net/gar/?rev=15309&view=rev
Author:   wahwah
Date:     2011-08-11 11:32:37 +0000 (Thu, 11 Aug 2011)

Log Message:
-----------
package split, package rename

Modified Paths:
--------------
    csw/mgar/pkg/flow-tools/trunk/Makefile

Property Changed:
----------------
    csw/mgar/pkg/flow-tools/trunk/Makefile

Modified: csw/mgar/pkg/flow-tools/trunk/Makefile
===================================================================
--- csw/mgar/pkg/flow-tools/trunk/Makefile	2011-08-11 10:30:23 UTC (rev 15308)
+++ csw/mgar/pkg/flow-tools/trunk/Makefile	2011-08-11 11:32:37 UTC (rev 15309)
@@ -1,8 +1,15 @@
+# $Id$
+
 NAME = flow-tools
 VERSION = 0.68.5.1
 CATEGORIES = net
-DESCRIPTION = Software for collection/processing NetFlow data from Cisco/Juniper.
+DESCRIPTION = Software for collection/processing NetFlow data from Cisco/Juniper
 
+# Issues:
+# /usr/local is referenced by two binaries:
+#  - /opt/csw/bin/flow-rptfmt
+#  - /opt/csw/bin/flow-rpt2rrd
+
 define BLURB
 
   flow-tools is library and a collection of programs used to collect,
@@ -29,10 +36,27 @@
 
 EXTRA_CPPFLAGS = -D_FILE_OFFSET_BITS=64
 
-RUNTIME_DEP_PKGS_CSWflow-tools += CSWmysql5rt
+PACKAGES = CSWflow-tools
+SPKG_DESC_CSWflow-tools = $(DESCRIPTION)
+# Catch-all package, no PKGFILES.
+RUNTIME_DEP_PKGS_CSWflow-tools += CSWlibft0
 RUNTIME_DEP_PKGS_CSWflow-tools += CSWosslrt
 RUNTIME_DEP_PKGS_CSWflow-tools += CSWzlib
-RUNTIME_DEP_PKGS_CSWflow-tools += CSWpostgresql
+# Doesn't link against PostgreSQL libraries in practice.
+# RUNTIME_DEP_PKGS_CSWflow-tools += CSWpostgresql
+RUNTIME_DEP_PKGS_CSWflow-tools += CSWlibmysqlclient15
+OBSOLETED_BY_CSWflow-tools = CSWflowtools
 
+PACKAGES += CSWlibft0
+CATALOGNAME_CSWlibft0 = libft0
+PKGFILES_CSWlibft0 += $(call baseisadirs,$(libdir),libft\.so\.0(\.\d+)*)
+SPKG_DESC_CSWlibft0 += Software for collection/processing NetFlow data from Cisco/Juniper., libft.so.0
+RUNTIME_DEP_PKGS_CSWlibft0 += CSWosslrt
+RUNTIME_DEP_PKGS_CSWlibft0 += CSWzlib
+
+PACKAGES += CSWflow-tools-dev
+SPKG_DESC_CSWflow-tools-dev = Flow-tools development files
+PKGFILES_CSWflow-tools-dev = $(PKGFILES_DEVEL)
+RUNTIME_DEP_PKGS_CSWflow-tools-dev += CSWlibft0
+
 include gar/category.mk
-


Property changes on: csw/mgar/pkg/flow-tools/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id


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