diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/README | 6 | ||||
-rw-r--r-- | unix/tk.spec | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/unix/README b/unix/README index 523f3a6..29082c1 100644 --- a/unix/README +++ b/unix/README @@ -6,11 +6,11 @@ UNIX versions of Tk. This directory also contains source files for Tk that are specific to UNIX. The information in this file is maintained at: - http://www.scriptics.com/support/howto/compile.html + http://dev.scriptics.com/doc/howto/compile.html For information on platforms where Tcl/Tk is known to compile, along with any porting notes for getting it to work on those platforms, see: - http://dev.scriptics.com/services/support/platforms.html + http://dev.scriptics.com/software/tcltk/platforms.html The rest of this file contains instructions on how to do this. The release should compile and run either "out of the box" or with trivial @@ -20,7 +20,7 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for a PC running Windows, see the README file in the directory ../win. To compile for a Macintosh, see the README file in the directory ../mac. -RCS: @(#) $Id: README,v 1.8 2000/02/10 08:53:15 hobbs Exp $ +RCS: @(#) $Id: README,v 1.9 2000/04/26 17:37:35 hobbs Exp $ How To Compile And Install Tk: ------------------------------ diff --git a/unix/tk.spec b/unix/tk.spec index 839d3dc..47bd229 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,4 +1,4 @@ -# $Id: tk.spec,v 1.2 2000/04/19 09:25:54 hobbs Exp $ +# $Id: tk.spec,v 1.3 2000/04/26 17:37:35 hobbs Exp $ # This file is the basis for a binary Tk Linux RPM. %define version 8.3.1 @@ -11,7 +11,7 @@ Release: 1 Copyright: BSD Group: Development/Languages Source: ftp://ftp.scriptics.com/pub/tcl/tcl8_3/tk%{version}.tar.gz -URL: http://www.scriptics.com/ +URL: http://dev.scriptics.com/ Packager: Scriptics Corporation Buildroot: /var/tmp/%{name}%{version} Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.3.1 |