[csw-devel] SF.net SVN: gar:[10068] csw/mgar/pkg/cswutils/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Wed Jun 2 03:59:26 CEST 2010
Revision: 10068
http://gar.svn.sourceforge.net/gar/?rev=10068&view=rev
Author: bdwalton
Date: 2010-06-02 01:59:26 +0000 (Wed, 02 Jun 2010)
Log Message:
-----------
cswutils: import more of the gar .py libraries
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-02 00:51:34 UTC (rev 10067)
+++ csw/mgar/pkg/cswutils/trunk/Makefile 2010-06-02 01:59:26 UTC (rev 10068)
@@ -20,7 +20,7 @@
DISTFILES += stagepkg stagepkg.8
DISTFILES += stagepkg stagepkg.8
DISTFILES += $(foreach F,$(SVN_FILES),$(F)-r$(SVN_REV))
-DISTFILES += opencsw.py checkpkg.py submitpkg
+DISTFILES += opencsw.py checkpkg.py submit_to_newpkgs.py
RUNTIME_DEP_PKGS = CSWcoreutils CSWfakeroot CSWperl
@@ -68,10 +68,11 @@
ln -s $(abspath gar/lib/python/checkpkg.py) $(DOWNLOADDIR)/
@$(MAKECOOKIE)
-$(DOWNLOADDIR)/submitpkg:
- ln -s $(abspath gar/bin/submitpkg) $(DOWNLOADDIR)/
+$(DOWNLOADDIR)/submit_to_newpkgs.py:
+ ln -s $(abspath gar/lib/python/submit_to_newpkgs.py) $(DOWNLOADDIR)/
@$(MAKECOOKIE)
+
install-custom:
@ginstall -d $(DESTDIR)$(bindir)
@ginstall $(WORKSRC)/checkpkg $(DESTDIR)$(bindir)
@@ -84,12 +85,13 @@
@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 $(WORKSRC)/checkpkg.py \
+ @ginstall -m 755 $(WORKSRC)/opencsw.py $(WORKSRC)/checkpkg.py \
+ $(WORKSRC)/submit_to_newpkgs.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) \
$(DESTDIR)$(libdir)/python/csw/$${f}; \
done
@ln -s ../lib/python/csw/compare_pkgs.py $(DESTDIR)$(bindir)/comparepkg
+ @ln -s ../lib/python/csw/compare_pkgs.py $(DESTDIR)$(bindir)/submitpkg
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/cswutils/trunk/checksums
===================================================================
--- csw/mgar/pkg/cswutils/trunk/checksums 2010-06-02 00:51:34 UTC (rev 10067)
+++ csw/mgar/pkg/cswutils/trunk/checksums 2010-06-02 01:59:26 UTC (rev 10068)
@@ -9,4 +9,4 @@
db1023c820a48161832687c20fcd0d70 opencsw.py
cd4496ee27bf86d5c8bc656c9c5974be stagepkg
8908a0a898aa07a7a928b2b8bd8384f0 stagepkg.8
-d83f47f61a12b29ba50a5e83944fe4ff submitpkg
+d83f47f61a12b29ba50a5e83944fe4ff submit_to_newpkgs.py
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