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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Dec 6 11:02:36 CET 2012


Revision: 19828
          http://gar.svn.sourceforge.net/gar/?rev=19828&view=rev
Author:   dmichelsen
Date:     2012-12-06 10:02:36 +0000 (Thu, 06 Dec 2012)
Log Message:
-----------
libmhash/trunk: Split packages

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

Modified: csw/mgar/pkg/libmhash/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libmhash/trunk/Makefile	2012-12-06 09:25:07 UTC (rev 19827)
+++ csw/mgar/pkg/libmhash/trunk/Makefile	2012-12-06 10:02:36 UTC (rev 19828)
@@ -14,7 +14,7 @@
 
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.bz2
 
-SPKG_SOURCEURL = http://mhash.sourceforge.net/
+VENDOR_URL = http://mhash.sourceforge.net/
 
 EXTRA_CPPFLAGS = -D__const=const
 
@@ -31,8 +31,17 @@
 CONFIGURE_ARGS = $(DIRPATHS)
 
 # Always run testsuite as the code is prone to optimization errors
-PACKAGES = CSWlibmhash
 
+PACKAGES += CSWlibmhash2
+SPKG_DESC_CSWlibmhash2 = A uniform interface to a large number of hash algorithms, libmhash.so.2
+PKGFILES_CSWlibmhash2 += $(call pkgfiles_lib,libmhash.so.2)
+OBSOLETED_BY_CSWlibmhash2 += CSWlibmhash
+
+PACKAGES += CSWlibmhash-dev
+SPKG_DESC_CSWlibmhash-dev = Development files for libmash.so.2
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWlibmhash-dev += CSWlibmhash2
+
 include gar/category.mk
 
 # Don't include the most common defines. In general it is a bad idea to include

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