Revision: 3454 http://gar.svn.sourceforge.net/gar/?rev=3454&view=rev Author: valholla Date: 2009-02-23 22:54:39 +0000 (Mon, 23 Feb 2009)
Log Message: ----------- working recipe Modified Paths: -------------- csw/mgar/pkg/python/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0 Modified: csw/mgar/pkg/python/trunk/Makefile =================================================================== --- csw/mgar/pkg/python/trunk/Makefile 2009-02-23 22:13:45 UTC (rev 3453) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-23 22:54:39 UTC (rev 3454) @@ -21,6 +21,9 @@ DISTFILES = $(DISTNAME).tar.bz2 +# Previous Library for compatability +DISTFILES += libpython2.5.so.1.0 + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 @@ -52,8 +55,9 @@ PKGFILES_CSWpython-tk = $(libdir)/python2*/lib-tk/.* PKGFILES_CSWpython-tk += $(libdir)/python2*/lib-dynload/*tkinter* -REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettext +REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettextrt REQUIRED_PKGS_CSWpython += CSWncurses CSWosslrt CSWreadline CSWzlib +REQUIRED_PKGS_CSWpython += CSWsqlite3 CSWtcl CSWtk REQUIRED_PKGS_CSWpython-tk = CSWpython CSWtcl CSWtk REQUIRED_PKGS_CSWidle = CSWpython CSWpython-tk @@ -66,3 +70,12 @@ SPKG_DESC_CSWidle = Python IDE include gar/category.mk + +post-install: add-depricated-libs + +add-depricated-libs: + @cp $(DOWNLOADDIR)/libpython2.5.so.1.0 $(DESTDIR)$(libdir) + @cd $(DESTDIR)$(libdir);ln -s libpython2.5.so.1.0 libpython2.5.so + $(DONADA) + + Added: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0 =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0 ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel