[csw-devel] SF.net SVN: gar:[17837] csw/mgar/gar/v2/gar.lib.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Apr 24 10:13:17 CEST 2012


Revision: 17837
          http://gar.svn.sourceforge.net/gar/?rev=17837&view=rev
Author:   dmichelsen
Date:     2012-04-24 08:13:17 +0000 (Tue, 24 Apr 2012)
Log Message:
-----------
mGAR v2: Add manual:// download rule

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.lib.mk

Modified: csw/mgar/gar/v2/gar.lib.mk
===================================================================
--- csw/mgar/gar/v2/gar.lib.mk	2012-04-24 07:32:56 UTC (rev 17836)
+++ csw/mgar/gar/v2/gar.lib.mk	2012-04-24 08:13:17 UTC (rev 17837)
@@ -152,6 +152,18 @@
 svn-https//%:
 	@svn co $(SVNHTTP_CO_ARGS) https://$* $(PARTIALDIR)/$(notdir $*)
 
+# Sometimes files must be downloaded manually (e.g. for license reasons)
+manual//%:
+	@echo
+	@echo "Please download the file"
+	@echo "  $*"
+	@echo "manually from"
+	@echo "  $(SPKG_SOURCEURL)"
+	@echo "and copy it to"
+	@echo "  $(GARCHIVEDIR)"
+	@echo
+
+
 #################### CHECKSUM RULES ####################
 
 # check a given file's checksum against $(CHECKSUM_FILE) and

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