[csw-devel] SF.net SVN: gar:[10065] csw/mgar/pkg/cswutils/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Jun 2 02:40:44 CEST 2010


Revision: 10065
          http://gar.svn.sourceforge.net/gar/?rev=10065&view=rev
Author:   bdwalton
Date:     2010-06-02 00:40:43 +0000 (Wed, 02 Jun 2010)

Log Message:
-----------
cswutils: add required library checkpkg.py

Modified Paths:
--------------
    csw/mgar/pkg/cswutils/trunk/Makefile
    csw/mgar/pkg/cswutils/trunk/checksums

Modified: csw/mgar/pkg/cswutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cswutils/trunk/Makefile	2010-06-01 19:11:01 UTC (rev 10064)
+++ csw/mgar/pkg/cswutils/trunk/Makefile	2010-06-02 00:40:43 UTC (rev 10065)
@@ -20,8 +20,9 @@
 DISTFILES += stagepkg stagepkg.8
 DISTFILES += stagepkg stagepkg.8
 DISTFILES += $(foreach F,$(SVN_FILES),$(F)-r$(SVN_REV))
-DISTFILES += opencsw.py submitpkg
+DISTFILES += opencsw.py checkpkg.py submitpkg
 
+
 RUNTIME_DEP_PKGS = CSWcoreutils CSWfakeroot CSWperl
 RUNTIME_DEP_PKGS += CSWpmyaml CSWpmlibwww CSWpmhtmltree
 RUNTIME_DEP_PKGS += CSWpython
@@ -59,6 +60,10 @@
 	ln -s $(abspath gar/lib/python/opencsw.py) $(DOWNLOADDIR)/
 	@$(MAKECOOKIE)
 
+$(DOWNLOADDIR)/checkpkg.py:
+	ln -s $(abspath gar/lib/python/checkpkg.py) $(DOWNLOADDIR)/
+	@$(MAKECOOKIE)
+
 $(DOWNLOADDIR)/submitpkg:
 	ln -s $(abspath gar/bin/submitpkg) $(DOWNLOADDIR)/
 	@$(MAKECOOKIE)
@@ -75,8 +80,8 @@
 	@ginstall $(WORKSRC)/createpkg.8 $(DESTDIR)$(mandir)/man8/
 	@ginstall $(WORKSRC)/stagepkg.8 $(DESTDIR)$(mandir)/man8/
 	@ginstall -d $(DESTDIR)$(libdir)/python/csw
-	@ginstall -m 644 $(WORKSRC)/opencsw.py \
-		$(DESTDIR)$(libdir)/python/csw/opencsw.py
+	@ginstall -m 644 $(WORKSRC)/opencsw.py $(WORKSRC)/checkpkg.py \
+		$(DESTDIR)$(libdir)/python/csw/
 	@ginstall -m 755 $(WORKSRC)/submitpkg $(DESTDIR)$(bindir)/submitpkg
 	@for f in $(SVN_FILES); do \
 		ginstall -m 755 $(WORKSRC)/$${f}-r$(SVN_REV) \

Modified: csw/mgar/pkg/cswutils/trunk/checksums
===================================================================
--- csw/mgar/pkg/cswutils/trunk/checksums	2010-06-01 19:11:01 UTC (rev 10064)
+++ csw/mgar/pkg/cswutils/trunk/checksums	2010-06-02 00:40:43 UTC (rev 10065)
@@ -1,6 +1,7 @@
 091b12575ebc0e45cf8c3d8b43d8b638  COPYING
 59c261b5337c61ddda9146a2a97efc3d  checkpkg
 6ec3b6597e04714430987ccc199db3c4  checkpkg.8
+c7dfd7d9204b4e4f066eb33255c6e218  checkpkg.py
 2b5e6e6219b9ad9e48bcd119bd8a5f39  compare_pkgs.py-r133
 9a637f6546cc50974159a987302d91c0  cpan2pkg
 93b6a811d303ce3be0050c5a7b3c8e69  createpkg


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