CVS: moonbase/devel/tk BUILD, NONE, 1.1 DETAILS, NONE, 1.1 PRE_BUILD, NONE, 1.1

Auke Kok sofar at lunar-linux.org
Wed Nov 5 22:17:24 GMT 2003


Update of /var/cvs/lunar/moonbase/devel/tk
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12655/devel/tk

Added Files:
	BUILD DETAILS PRE_BUILD 
Log Message:
Removing tcl-tk and creating 2 simpler modules: tcl and tk. tk depends on tcl, and actually uses the source from tcl for compiling. Other than that, tcl compiles without Xfree86 or tk (as expected). This will resolve some issues since it was possible to install tcl-tk without the tk-libs, and other apps depending on those would not be able to resolve that problem. Also all depends on tcl-tk were screened and changed either into tcl or tk. Hope you followed all of this. /me out. (beer)


--- NEW FILE: BUILD ---
(

 (
  cd tcl$VERSION/unix                   &&
  ./configure --prefix=/usr             \
              --mandir=/usr/share/man
 ) &&

  cd unix                               &&
  ./configure --prefix=/usr             \
              --mandir=/usr/share/man   \
        --with-tcl=../tcl$VERSION/unix  &&
  make                                  &&
  prepare_install                       &&
  make install                          &&
  ln -sf wish8.4 /usr/bin/wish

) > $C_FIFO 2>&1

--- NEW FILE: DETAILS ---
          MODULE=tk
         VERSION=8.4.4
          SOURCE=$MODULE$VERSION-src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
   SOURCE_URL[0]=$SFORGE_URL/tcl/$SOURCE
   SOURCE_VFY[0]=md5:ad54f0adb8a43e4d9d54ff2599443c8a
         SOURCE2=tcl$VERSION-src.tar.gz
  SOURCE2_URL[0]=$SFORGE_URL/tcl/$SOURCE
  SOURCE2_VFY[0]=md5:e503db5f1d762c2a3bbe7cb02c630659
        WEB_SITE=http://www.scriptics.com
         ENTERED=20031105
         UPDATED=20031105
           SHORT="Tk provides a portable GUI platform."
cat << EOF
Tk provides portable GUIs on UNIX, Windows, and Macintosh. A powerful
widget set and the concise scripting interface to Tk make it a breeze to
develop sophisticated user interfaces.
EOF



--- NEW FILE: PRE_BUILD ---
default_pre_build              &&
cd $SOURCE_DIRECTORY           &&
unpack $SOURCE2




More information about the Lunar-commits mailing list