[csw-devel] SF.net SVN: gar:[9227] csw/mgar/pkg/tk/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Mar 17 13:44:45 CET 2010
Revision: 9227
http://gar.svn.sourceforge.net/gar/?rev=9227&view=rev
Author: dmichelsen
Date: 2010-03-17 12:44:45 +0000 (Wed, 17 Mar 2010)
Log Message:
-----------
tk: Add legacy libs
Modified Paths:
--------------
csw/mgar/pkg/tk/trunk/Makefile
csw/mgar/pkg/tk/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/tk/trunk/files/libtk8.4.so.i
csw/mgar/pkg/tk/trunk/files/libtk8.4.so.s
Modified: csw/mgar/pkg/tk/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tk/trunk/Makefile 2010-03-17 12:01:54 UTC (rev 9226)
+++ csw/mgar/pkg/tk/trunk/Makefile 2010-03-17 12:44:45 UTC (rev 9227)
@@ -11,13 +11,10 @@
DISTNAME = $(GARNAME)$(GARVERSION)
DISTFILES = $(DISTNAME)-src.tar.gz
+DISTFILES += libtk8.4.so.i
+DISTFILES += libtk8.4.so.s
-RUNTIME_DEP_PKGS_CSWtk += CSWfconfig
-RUNTIME_DEP_PKGS_CSWtk += CSWftype2
-RUNTIME_DEP_PKGS_CSWtk += CSWlibx11
-RUNTIME_DEP_PKGS_CSWtk += CSWlibxft2
-RUNTIME_DEP_PKGS_CSWtk += CSWlibxrender
-RUNTIME_DEP_PKGS_CSWtk += CSWtcl
+DEP_PKGS_CSWtk = CSWfconfig CSWftype2 CSWlibx11 CSWlibxft2 CSWlibxrender CSWtcl
SPKG_SOURCEURL = http://www.tcl.tk/
@@ -50,3 +47,15 @@
#CFLAGS := $(filter-out -I%,$(CFLAGS))
#DIRECTORY_EXPORTS := $(filter-out includedir,$(DIRECTORY_EXPORTS))
+
+post-install-i386:
+ @# Install legacy libs
+ @# Building them with version modulations would be hard as that would require a full legacy tcl also
+ ginstall $(WORKDIR)/libtk8.4.so.i $(DESTDIR)$(libdir)/libtk8.4.so
+ @$(MAKECOOKIE)
+
+post-install-sparc:
+ @# Install legacy libs
+ @# Building them with version modulations would be hard as that would require a full legacy tcl also
+ ginstall $(WORKDIR)/libtk8.4.so.s $(DESTDIR)$(libdir)/libtk8.4.so
+ @$(MAKECOOKIE)
Modified: csw/mgar/pkg/tk/trunk/checksums
===================================================================
--- csw/mgar/pkg/tk/trunk/checksums 2010-03-17 12:01:54 UTC (rev 9226)
+++ csw/mgar/pkg/tk/trunk/checksums 2010-03-17 12:44:45 UTC (rev 9227)
@@ -1 +1,3 @@
+8295c274c17ffa975bcf623763c77bc6 libtk8.4.so.i
+340e9cec53ced4cae6099fdda2cdb0d3 libtk8.4.so.s
0764f63ae2106b4774c4ecb0ef391610 tk8.5.7-src.tar.gz
Added: csw/mgar/pkg/tk/trunk/files/libtk8.4.so.i
===================================================================
(Binary files differ)
Property changes on: csw/mgar/pkg/tk/trunk/files/libtk8.4.so.i
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: csw/mgar/pkg/tk/trunk/files/libtk8.4.so.s
===================================================================
(Binary files differ)
Property changes on: csw/mgar/pkg/tk/trunk/files/libtk8.4.so.s
___________________________________________________________________
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.
More information about the devel
mailing list