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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Nov 9 12:24:12 CET 2011


Revision: 16145
          http://gar.svn.sourceforge.net/gar/?rev=16145&view=rev
Author:   dmichelsen
Date:     2011-11-09 11:24:12 +0000 (Wed, 09 Nov 2011)
Log Message:
-----------
cpptest/trunk: Update to new packaging standards

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

Modified: csw/mgar/pkg/cpptest/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpptest/trunk/Makefile	2011-11-08 21:49:31 UTC (rev 16144)
+++ csw/mgar/pkg/cpptest/trunk/Makefile	2011-11-09 11:24:12 UTC (rev 16145)
@@ -10,23 +10,16 @@
 MASTER_SITES = $(SF_MIRROR)
 DISTFILES  = $(NAME)-$(VERSION).tar.gz
 
-# File name regex to get notifications about upstream software releases
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+PACKAGES = CSWlibcpptest0
+SPKG_DESC_CSWlibcpptest0 = Unit testing framework for handling automated tests in C++, libcpptest.so.0
+PKGFILES_CSWlibcpptest0 = $(call pkgfiles_lib,libcpptest.so.0)
 
-PACKAGES = CSWlibcpptest0 CSWlibcpptestdevel
+PACKAGES += CSWlibcpptest-dev
+SPKG_DESC_CSWlibcpptest-dev = Development files for libcpptest.so.0
+RUNTIME_DEP_PKGS_CSWlibcpptest-dev = CSWlibcpptest0
+OBSOLETED_BY_CSWlibcpptest-dev += CSWlibcpptestdevel
+CATALOGNAME_CSWlibcpptestdevel = libcpptest_devel_stub
 
-CATALOGNAME_CSWlibcpptest0 = libcpptest0
-CATALOGNAME_CSWlibcpptestdevel = libcpptest_devel
-
-SPKG_DESC_CSWlibcpptest0 = $(DESCRIPTION) Runtime Library
-SPKG_DESC_CSWlibcpptestdevel = $(DESCRIPTION) Development Files
-
-RUNTIME_DEP_PKGS_CSWlibcpptestdevel = CSWlibcpptest0
-CHECKPKG_OVERRIDES_CSWlibcpptestdevel += surplus-dependency|CSWlibcpptest0
-
 BUILD64 = 1
-CONFIGURE_ARGS = $(DIRPATHS)
 
-PKGFILES_CSWlibcpptest0 = $(call baseisadirs,$(libdir),[^/]*\.so\.\d+(\.\d+)*)
-
 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