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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Feb 17 01:26:19 CET 2010


Revision: 8609
          http://gar.svn.sourceforge.net/gar/?rev=8609&view=rev
Author:   wahwah
Date:     2010-02-17 00:26:11 +0000 (Wed, 17 Feb 2010)

Log Message:
-----------
pyyaml: Making CSWpy-yaml depend on CSWpy-yaml-rt, adding the license

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

Modified: csw/mgar/pkg/pyyaml/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pyyaml/trunk/Makefile	2010-02-17 00:16:14 UTC (rev 8608)
+++ csw/mgar/pkg/pyyaml/trunk/Makefile	2010-02-17 00:26:11 UTC (rev 8609)
@@ -30,16 +30,17 @@
 
 MASTER_SITES = http://pyyaml.org/download/pyyaml/
 DISTFILES  = $(PROJ_NAME)-$(GARVERSION).tar.gz
-WORKSRC = $(WORKDIR)/$(PROJ_NAME)-$(GARVERSION)
+DISTNAME = $(PROJ_NAME)-$(GARVERSION)
 SPKG_SOURCEURL = http://pyyaml.org/wiki/PyYAML
+LICENSE = LICENSE
 
 PACKAGES = CSWpy-yaml CSWpy-yaml-rt
 CATALOGNAME_CSWpy-yaml = py_yaml
 CATALOGNAME_CSWpy-yaml-rt = py_yaml_rt
 
-RUNTIME_DEP_PKGS_CSWpy-yaml =
+RUNTIME_DEP_PKGS_CSWpy-yaml = CSWpy-yaml-rt
 RUNTIME_DEP_PKGS_CSWpy-yaml-rt = CSWlibyaml
-BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS_CSWpy-yaml) $(RUNTIME_DEP_PKGS_CSWpy-yaml-rt)
+BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS_CSWpy-yaml-rt)
 
 SPKG_DESC_CSWpy-yaml = YAML parser and emitter for Python
 SPKG_DESC_CSWpy-yaml-rt = Runtime libraries for YAML parser and emitter


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