[csw-devel] SF.net SVN: gar:[20793] csw/mgar/pkg/m17n-db/trunk/Makefile

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Thu Apr 18 16:10:12 CEST 2013


Revision: 20793
          http://gar.svn.sourceforge.net/gar/?rev=20793&view=rev
Author:   pfelecan
Date:     2013-04-18 14:10:11 +0000 (Thu, 18 Apr 2013)
Log Message:
-----------
m17n-db/trunk: explicit package information in trying to solve the
strange file collision error raised by checkpkg.

Modified Paths:
--------------
    csw/mgar/pkg/m17n-db/trunk/Makefile

Modified: csw/mgar/pkg/m17n-db/trunk/Makefile
===================================================================
--- csw/mgar/pkg/m17n-db/trunk/Makefile	2013-04-18 14:00:09 UTC (rev 20792)
+++ csw/mgar/pkg/m17n-db/trunk/Makefile	2013-04-18 14:10:11 UTC (rev 20793)
@@ -1,14 +1,14 @@
 # $Id$
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
-NAME = m17n-db
-VERSION = 1.6.4
+NAME			=	m17n-db
+VERSION			=	1.6.4
 glibcVersion	=	2.17
-GARTYPE = v2
+GARTYPE			=	v2
 
 DESCRIPTION = Database for the multilingual text processing library for the C language.
 define BLURB
-  Database for m17n
+  Database for the multilingual text processing library for the C language.
 endef
 
 MASTER_SITES	=	http://download.savannah.gnu.org/releases/m17n/
@@ -23,10 +23,16 @@
 CONFIGURE_ARGS		=	$(DIRPATHS)
 CONFIGURE_ARGS		+=	--with-charmaps=$(glibcDirectory)/localedata/charmaps
 
-ARCHALL	=	1
+PACKAGES 						+=	CSWm17n-db
+CATALOGNAME_CSWm17n-db			=	m17n_db
+SPKG_DESC_CSWm17n-db			+=	$(DESCRIPTION)
+OBSOLETED_BY_CSWm17n-db			=	CSWm17ndb
+CATALOGNAME_CSWm17ndb			=	m17ndb_stub
+ARCHALL_CSWm17ndb				=	1
+ARCHALL_CSWm17n-db				=	1
+RUNTIME_DEP_PKGS_CSWm17n-db		+=	CSWm17n
+CHECKPKG_OVERRIDES_CSWm17n-db	+=	surplus-dependency|CSWm17n
 
-OBSOLETED_BY_CSWm17n-db	=	CSWm17ndb
-
 include gar/category.mk
 
 pre-configure:	$(DOWNLOADDIR)/$(glibcArchive)

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