[csw-devel] SF.net SVN: gar:[11269] csw/mgar/pkg/python/branches/libpython2_5_1_0/ Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Oct 12 17:02:43 CEST 2010
Revision: 11269
http://gar.svn.sourceforge.net/gar/?rev=11269&view=rev
Author: wahwah
Date: 2010-10-12 15:02:43 +0000 (Tue, 12 Oct 2010)
Log Message:
-----------
python: Added back DISTFILES entries for legacy shared libraries.
Modified Paths:
--------------
csw/mgar/pkg/python/branches/libpython2_5_1_0/Makefile
Modified: csw/mgar/pkg/python/branches/libpython2_5_1_0/Makefile
===================================================================
--- csw/mgar/pkg/python/branches/libpython2_5_1_0/Makefile 2010-10-12 14:44:00 UTC (rev 11268)
+++ csw/mgar/pkg/python/branches/libpython2_5_1_0/Makefile 2010-10-12 15:02:43 UTC (rev 11269)
@@ -30,6 +30,10 @@
DISTFILES = $(DISTNAME).tar.bz2
+# Previous Library for compatability
+DISTFILES += libpython2.5.so.1.0-isa-sparcv8
+DISTFILES += libpython2.5.so.1.0-isa-i386
+
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
@@ -171,7 +175,7 @@
install-deprecated-libs:
echo "===> Installing deprecated Libraries into $(libdir)"
- cp $(FILEDIR)/libpython2.5.so.1.0-$(MODULATION) \
+ cp $(DOWNLOADDIR)/libpython2.5.so.1.0-$(MODULATION) \
$(DESTDIR)$(libdir)/libpython2.5.so.1.0
cd $(DESTDIR)$(libdir); ln -s libpython2.5.so.1.0 libpython2.5.so
@$(MAKECOOKIE)
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