[csw-devel] SF.net SVN: gar:[8454] csw/mgar/pkg/c-ares/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Feb 10 13:43:08 CET 2010


Revision: 8454
          http://gar.svn.sourceforge.net/gar/?rev=8454&view=rev
Author:   dmichelsen
Date:     2010-02-10 12:43:08 +0000 (Wed, 10 Feb 2010)

Log Message:
-----------
libcares: Split off devel packages

Modified Paths:
--------------
    csw/mgar/pkg/c-ares/trunk/Makefile

Modified: csw/mgar/pkg/c-ares/trunk/Makefile
===================================================================
--- csw/mgar/pkg/c-ares/trunk/Makefile	2010-02-10 12:40:07 UTC (rev 8453)
+++ csw/mgar/pkg/c-ares/trunk/Makefile	2010-02-10 12:43:08 UTC (rev 8454)
@@ -2,7 +2,7 @@
 GARVERSION = 1.7.0
 CATEGORIES = lib
 
-DESCRIPTION = Perform DNS requests and name resolves asynchronously
+DESCRIPTION = c-ares library to perform DNS requests and name resolves asynchronously
 define BLURB
 endef
 
@@ -12,9 +12,14 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-PACKAGES = CSWlibcares
-CATALOGNAME = libcares
+PACKAGES = CSWlibcares CSWlibcaresdevel
 
+CATALOGNAME_CSWlibcares = libcares
+CATALOGNAME_CSWlibcaresdevel = libcares_devel
+
+SPKG_DESC_CSWlibcares = $(DESCRIPTION)
+SPKG_DESC_CSWlibcaresdevel = c-ares library developer files
+
 LICENSE = README.cares
 
 BUILD64 = 1
@@ -22,4 +27,6 @@
 
 TEST_TARGET = check
 
+PKGFILES_CSWlibcaresdevel = $(PKGFILES_DEVEL)
+
 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