[csw-devel] SF.net SVN: gar:[7451] csw/mgar/pkg/libstatgrab/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Nov 26 11:21:27 CET 2009


Revision: 7451
          http://gar.svn.sourceforge.net/gar/?rev=7451&view=rev
Author:   dmichelsen
Date:     2009-11-26 10:21:26 +0000 (Thu, 26 Nov 2009)

Log Message:
-----------
libstatgrab: Use Solaris curses

Modified Paths:
--------------
    csw/mgar/pkg/libstatgrab/trunk/Makefile

Modified: csw/mgar/pkg/libstatgrab/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libstatgrab/trunk/Makefile	2009-11-26 09:42:20 UTC (rev 7450)
+++ csw/mgar/pkg/libstatgrab/trunk/Makefile	2009-11-26 10:21:26 UTC (rev 7451)
@@ -2,9 +2,13 @@
 GARVERSION = 0.16
 CATEGORIES = lib
 
-DESCRIPTION = Brief description
+DESCRIPTION = A library that provides cross platform access to statistics
 define BLURB
-  Long description
+  libstatgrab is a library that provides cross platform access to statistics
+  about the system on which it's run. It's written in C and presents a selection
+  of useful interfaces which can be used to access key system statistics. The
+  current list of statistics includes CPU usage, memory utilisation, disk usage,
+  process counts, network traffic, disk I/O, and more.
 endef
 
 MASTER_SITES = ftp://ftp.uk.i-scream.org/pub/i-scream/libstatsgrab/
@@ -14,10 +18,12 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-REQUIRED_PKGS = CSWncurses
+# Don't pull in ncurses from CSW
+LINKER_FLAGS = 
 
 BUILD64 = 1
 CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-curses-prefix=/usr
 
 TEST_TARGET = check
 


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