summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 09:37:05 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 09:37:05 +0000
commitacd7a3f3dc013a86084b07bce4b50c218d4580a6 (patch)
treea3e0ce2c5e593b330a1513dba3caefc4414ee917
parentCleanup (diff)
downloadhistorical-acd7a3f3dc013a86084b07bce4b50c218d4580a6.tar.gz
historical-acd7a3f3dc013a86084b07bce4b50c218d4580a6.tar.bz2
historical-acd7a3f3dc013a86084b07bce4b50c218d4580a6.zip
Cleanup
-rw-r--r--dev-lang/entity/entity-0.7.0_pre.ebuild39
-rw-r--r--dev-lang/entity/files/digest-entity-pre-0.7.01
-rw-r--r--dev-lang/kaffe/files/digest-kaffe-1.0.61
-rw-r--r--dev-lang/kaffe/kaffe-1.0.6.ebuild27
-rw-r--r--dev-lang/nasm/files/digest-nasm-0.98-r11
-rw-r--r--dev-lang/nasm/nasm-0.98-r1.ebuild37
-rw-r--r--dev-lang/python/files/digest-python-2.0-r12
-rw-r--r--dev-lang/python/python-2.0-r1.ebuild81
-rw-r--r--dev-lang/python/python-2.0.ebuild81
-rw-r--r--dev-lang/ruby/files/digest-ruby-1.6.11
-rw-r--r--dev-lang/ruby/ruby-1.6.1.ebuild25
-rw-r--r--dev-lang/swig/files/digest-swig-1.3_alpha5-r11
-rw-r--r--dev-lang/swig/swig-1.3_alpha5-r1.ebuild38
-rw-r--r--dev-lang/tcl-tk/files/digest-tcl-tk-8.0.5-r12
-rw-r--r--dev-lang/tcl-tk/tcl-tk-8.0.5-r1.ebuild64
15 files changed, 0 insertions, 401 deletions
diff --git a/dev-lang/entity/entity-0.7.0_pre.ebuild b/dev-lang/entity/entity-0.7.0_pre.ebuild
deleted file mode 100644
index b7c7c38fca94..000000000000
--- a/dev-lang/entity/entity-0.7.0_pre.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/entity/entity-0.7.0_pre.ebuild,v 1.1 2001/02/27 03:06:16 drobbins Exp $
-
-A=entity-pre0.7.0.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="An XML Framework"
-SRC_URI="http://entity.evilplan.org/Download/files/${A}"
-HOMEPAGE="http://entity.evilplan.org"
-
-DEPEND=">=media-libs/imlib-1.9.8.1
- >=dev-libs/libpcre-3.2
- >=dev-lang/tcl-tk-8.1.1
- >=sys-devel/perl-5.6"
-
-RDEPEND="$DEPEND
- sys-apps/bash"
-
-src_compile() {
-
- cd ${S}
- try DEBIAN_ENTITY_MAGIC=voodoo ./configure --prefix=/usr --host=${CHOST} \
- --enable-exec-class=yes \
- --enable-gtk=module \
- --enable-perl=static --enable-python=no \
- --enable-tcl=module --with-tcl=/usr/lib \
- --enable-c=module \
- --enable-javascript=yes --with-included-njs
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- make DESTDIR=${D} install
-}
-
diff --git a/dev-lang/entity/files/digest-entity-pre-0.7.0 b/dev-lang/entity/files/digest-entity-pre-0.7.0
deleted file mode 100644
index 1e22137cad54..000000000000
--- a/dev-lang/entity/files/digest-entity-pre-0.7.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9d863556a6c5a594bb35dbf2b47cb4a4 entity-pre0.7.0.tar.gz
diff --git a/dev-lang/kaffe/files/digest-kaffe-1.0.6 b/dev-lang/kaffe/files/digest-kaffe-1.0.6
deleted file mode 100644
index c637af971dd1..000000000000
--- a/dev-lang/kaffe/files/digest-kaffe-1.0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5a900dd33e7bde48d2fa94ada273e80e kaffe-1.0.6.tar.gz
diff --git a/dev-lang/kaffe/kaffe-1.0.6.ebuild b/dev-lang/kaffe/kaffe-1.0.6.ebuild
deleted file mode 100644
index 1ec4050f3699..000000000000
--- a/dev-lang/kaffe/kaffe-1.0.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Jerry Alexandratos <jerry@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/kaffe/kaffe-1.0.6.ebuild,v 1.1 2000/11/22 03:05:44 jerry Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A cleanroom, open source Java VM and class libraries"
-SRC_URI="http://www.kaffe.org/ftp/pub/kaffe/${A}"
-HOMEPAGE="http://www.kaffe.org/"
-
-DEPEND=">=dev-libs/gmp-3.1
- >=media-libs/jpeg-6b
- >=media-libs/libpng-1.0.7
- >=sys-libs/glibc-2.1.3
- >=x11-base/xfree-4.0.1"
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/opt/kaffe --host=${CHOST}
- try make
-}
-
-src_install () {
- cd ${S}
- try make DESTDIR=${D} install
-}
diff --git a/dev-lang/nasm/files/digest-nasm-0.98-r1 b/dev-lang/nasm/files/digest-nasm-0.98-r1
deleted file mode 100644
index e100eaea6fd3..000000000000
--- a/dev-lang/nasm/files/digest-nasm-0.98-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9b7b0cb51d6b777edcbed7e0447a5f4e nasm-0.98.tar.bz2
diff --git a/dev-lang/nasm/nasm-0.98-r1.ebuild b/dev-lang/nasm/nasm-0.98-r1.ebuild
deleted file mode 100644
index 99e9d5552bdb..000000000000
--- a/dev-lang/nasm/nasm-0.98-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98-r1.ebuild,v 1.5 2000/11/01 04:44:14 achim Exp $
-
-P=nasm-0.98
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="groovy little assembler"
-SRC_URI="ftp://ftp.kernel.org/pub/software/devel/nasm/source/${A}
- ftp://ftp.de.kernel.org/pub/software/devel/nasm/source/${A}
- ftp://ftp.uk.kernel.org/pub/software/devel/nasm/source/${A}"
-HOMEPAGE="http://nasm.sourceforge.net/"
-
-DEPEND=">=sys-devel/perl-5
- >=sys-apps/texinfo-4.0
- >=sys-libs/glibc-2.1.3"
-
-src_compile() {
- try ./configure --prefix=/usr
- try make
- cd doc
- try make
-}
-
-src_install() {
- into /usr
- dobin nasm ndisasm
- dobin rdoff/ldrdf rdoff/rdf2bin rdoff/rdfdump rdoff/rdflib rdoff/rdx
- doman nasm.1 ndisasm.1
- dodoc COPYING Changes Licence MODIFIED Readme Wishlist doc/nasmdoc.txt
- docinto html
- dodoc doc/html/*.html
- doinfo doc/info/*.info*
-}
-
-
diff --git a/dev-lang/python/files/digest-python-2.0-r1 b/dev-lang/python/files/digest-python-2.0-r1
deleted file mode 100644
index d5edd17f12a5..000000000000
--- a/dev-lang/python/files/digest-python-2.0-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 4751f4619eda0b5ade9d9dd017e7c1ef BeOpen-Python-2.0.tar.bz2
-MD5 7c99113a11b03599d8494638f6d90b56 python-fchksum-1.1.tar.gz
diff --git a/dev-lang/python/python-2.0-r1.ebuild b/dev-lang/python/python-2.0-r1.ebuild
deleted file mode 100644
index 6aef57c72047..000000000000
--- a/dev-lang/python/python-2.0-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.0-r1.ebuild,v 1.1 2001/01/19 17:36:18 achim Exp $
-
-S=${WORKDIR}/Python-2.0
-S2=${WORKDIR}/python-fchksum-1.1
-DESCRIPTION="A really great language"
-SRC_URI="http://www.python.org/ftp/python/src/BeOpen-Python-2.0.tar.bz2
- http://www.azstarnet.com/~donut/programs/fchksum/python-fchksum-1.1.tar.gz"
-
-HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum/"
-DEPEND=">=sys-libs/gpm-1.19.3 >=dev-lang/tcl-tk-8.0.5"
-RDEPEND="$DEPEND >=sys-apps/bash-2.04"
-PROVIDE="virtual/python-2.0"
-
-src_unpack() {
- unpack BeOpen-Python-2.0.tar.bz2
- cd ${S}/Modules
- sed -e 's/#readline/readline/' -e 's/-lreadline -ltermcap/-lreadline/' \
- -e 's/#_locale/_locale/' -e 's/#crypt/crypt/' -e 's/# -lcrypt/-lcrypt/' \
- -e 's/#syslog/syslog/' -e 's/#_curses _cursesmodule.c -lcurses -ltermcap/_curses _cursesmodule.c -lncurses/' \
- -e 's:#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz:zlib zlibmodule.c -lz:' \
- -e 's:#dbm.*:dbm dbmmodule.c -I/usr/include/db3 -ldb-3.2:' \
- -e 's:^TKPATH=\:lib-tk:#TKPATH:' \
- Setup.in > Setup
- echo "fchksum fchksum.c md5_2.c" >> Setup
-
- cd ${S}/Modules
-
- #patch the dbmmodule to use db3's dbm compatibility code. That way, we're depending on db3 rather than
- #old db1. We'll link with db3, of course.
- cp dbmmodule.c dbmmodule.c.orig
- sed -e '10,25d' -e '26i\' -e '#define DB_DBM_HSEARCH 1\' -e 'static char *which_dbm = "BSD db";\' -e '#include <db3/db.h>' dbmmodule.c.orig > dbmmodule.c
-
- cp ${FILESDIR}/pfconfig.h .
- unpack python-fchksum-1.1.tar.gz
-
- cd python-fchksum-1.1
- mv md5.h ../md5_2.h
- sed -e 's:"md5.h":"md5_2.h":' md5.c > ../md5_2.c
- sed -e 's:"md5.h":"md5_2.h":' fchksum.c > ../fchksum.c
-
- #for some reason, python 2.0 can't find /usr/lib/python2.0 without this fix to the source code.
- cd ${S}/Python
- cp pythonrun.c pythonrun.c.orig
- sed -e 's:static char \*default_home = NULL:static char \*default_home = "/usr":' pythonrun.c.orig > pythonrun.c
-}
-
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/usr --without-libdb
- #libdb3 support is available from http://pybsddb.sourceforge.net/; the one
- #included with python is for db 1.85 only.
- cp Makefile Makefile.orig
- sed -e "s/-g -O2/${CFLAGS}/" Makefile.orig > Makefile
- cd ${S}/Modules
- cp Makefile.pre Makefile.orig
- sed -e "s:MODOBJS=:MODOBJS=fchksum.o md5_2.o:" \
- Makefile.orig > Makefile.pre
-
- # Parallel make does not work
- cd ${S}
- try make
-}
-
-src_install() {
- dodir /usr
- try make install prefix=${D}/usr
- rm ${D}/usr/bin/python
- dosym python2.0 /usr/bin/python
-# mv ${D}/bin/python1.5 ${D}/bin/spython1.5
- # for i in lib-dynload lib-stdwin lib-tk test
- # do
- # rm -r ${D}/lib/python1.5/${i}
- # done
- # rm -r ${D}/include
- dodoc README
-}
-
diff --git a/dev-lang/python/python-2.0.ebuild b/dev-lang/python/python-2.0.ebuild
deleted file mode 100644
index cc101af67003..000000000000
--- a/dev-lang/python/python-2.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.0.ebuild,v 1.3 2001/01/16 07:36:16 drobbins Exp $
-
-S=${WORKDIR}/Python-2.0
-S2=${WORKDIR}/python-fchksum-1.1
-DESCRIPTION="A really great language"
-SRC_URI="http://www.python.org/ftp/python/src/BeOpen-Python-2.0.tar.bz2
- http://www.azstarnet.com/~donut/programs/fchksum/python-fchksum-1.1.tar.gz"
-
-HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum/"
-DEPEND=">=sys-libs/gpm-1.19.3 >=dev-lang/tcl-tk-8.0.5"
-RDEPEND="$DEPEND >=sys-apps/bash-2.04"
-PROVIDE="virtual/python-2.0"
-
-src_unpack() {
- unpack BeOpen-Python-2.0.tar.bz2
- cd ${S}/Modules
- sed -e 's/#readline/readline/' -e 's/-lreadline -ltermcap/-lreadline/' \
- -e 's/#_locale/_locale/' -e 's/#crypt/crypt/' -e 's/# -lcrypt/-lcrypt/' \
- -e 's/#syslog/syslog/' -e 's/#_curses _cursesmodule.c -lcurses -ltermcap/_curses _cursesmodule.c -lncurses/' \
- -e 's:#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz:zlib zlibmodule.c -lz:' \
- -e 's:#dbm.*:dbm dbmmodule.c -I/usr/include/db3 -ldb-3.1:' \
- -e 's:^TKPATH=\:lib-tk:#TKPATH:' \
- Setup.in > Setup
- echo "fchksum fchksum.c md5_2.c" >> Setup
-
- cd ${S}/Modules
-
- #patch the dbmmodule to use db3's dbm compatibility code. That way, we're depending on db3 rather than
- #old db1. We'll link with db3, of course.
- cp dbmmodule.c dbmmodule.c.orig
- sed -e '10,25d' -e '26i\' -e '#define DB_DBM_HSEARCH 1\' -e 'static char *which_dbm = "BSD db";\' -e '#include <db3/db.h>' dbmmodule.c.orig > dbmmodule.c
-
- cp ${FILESDIR}/pfconfig.h .
- unpack python-fchksum-1.1.tar.gz
-
- cd python-fchksum-1.1
- mv md5.h ../md5_2.h
- sed -e 's:"md5.h":"md5_2.h":' md5.c > ../md5_2.c
- sed -e 's:"md5.h":"md5_2.h":' fchksum.c > ../fchksum.c
-
- #for some reason, python 2.0 can't find /usr/lib/python2.0 without this fix to the source code.
- cd ${S}/Python
- cp pythonrun.c pythonrun.c.orig
- sed -e 's:static char \*default_home = NULL:static char \*default_home = "/usr":' pythonrun.c.orig > pythonrun.c
-}
-
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/usr --without-libdb
- #libdb3 support is available from http://pybsddb.sourceforge.net/; the one
- #included with python is for db 1.85 only.
- cp Makefile Makefile.orig
- sed -e "s/-g -O2/${CFLAGS}/" Makefile.orig > Makefile
- cd ${S}/Modules
- cp Makefile.pre Makefile.orig
- sed -e "s:MODOBJS=:MODOBJS=fchksum.o md5_2.o:" \
- Makefile.orig > Makefile.pre
-
- # Parallel make does not work
- cd ${S}
- try make
-}
-
-src_install() {
- dodir /usr
- try make install prefix=${D}/usr
- rm ${D}/usr/bin/python
- dosym python2.0 /usr/bin/python
-# mv ${D}/bin/python1.5 ${D}/bin/spython1.5
- # for i in lib-dynload lib-stdwin lib-tk test
- # do
- # rm -r ${D}/lib/python1.5/${i}
- # done
- # rm -r ${D}/include
- dodoc README
-}
-
diff --git a/dev-lang/ruby/files/digest-ruby-1.6.1 b/dev-lang/ruby/files/digest-ruby-1.6.1
deleted file mode 100644
index caa8e87bf59c..000000000000
--- a/dev-lang/ruby/files/digest-ruby-1.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 59e5b9ab8dfe65214e1b72eec4219dff ruby-1.6.1.tar.gz
diff --git a/dev-lang/ruby/ruby-1.6.1.ebuild b/dev-lang/ruby/ruby-1.6.1.ebuild
deleted file mode 100644
index 9999a25e7fc1..000000000000
--- a/dev-lang/ruby/ruby-1.6.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Jerry Alexandratos <jerry@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.6.1.ebuild,v 1.1 2000/11/17 08:03:26 jerry Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="An object-oriented scripting language"
-SRC_URI="ftp://ftp.netlab.co.jp/pub/lang/ruby/${A}"
-HOMEPAGE="http://www.ruby-lang.org/"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/gdbm-1.8.0
- >=sys-libs/readline-4.1"
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/usr --host=${CHOST}
- try make
-}
-
-src_install () {
- cd ${S}
- try make DESTDIR=${D} install
-}
diff --git a/dev-lang/swig/files/digest-swig-1.3_alpha5-r1 b/dev-lang/swig/files/digest-swig-1.3_alpha5-r1
deleted file mode 100644
index 2a99f66b322b..000000000000
--- a/dev-lang/swig/files/digest-swig-1.3_alpha5-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 96249f9614ae31d328661d0e3d9cd615 swig1.3a5.tar.gz
diff --git a/dev-lang/swig/swig-1.3_alpha5-r1.ebuild b/dev-lang/swig/swig-1.3_alpha5-r1.ebuild
deleted file mode 100644
index cb256235bc13..000000000000
--- a/dev-lang/swig/swig-1.3_alpha5-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3_alpha5-r1.ebuild,v 1.1 2000/12/01 19:46:12 drobbins Exp $
-
-P=swig1.3a5
-A=${P}.tar.gz
-S=${WORKDIR}/SWIG1.3a5
-DESCRIPTION="Simplified wrapper and interface generator"
-SRC_URI="http://download.sourceforge.net/swig/${A}"
-HOMEPAGE="http://www.swig.org"
-
-DEPEND=">=sys-devel/gcc-2.95.2
- >=sys-libs/glibc-2.1.3
- >=virtual/python-1.5.2
- >=dev-lang/jdk-1.2.2
- >=dev-lang/ruby-1.6.1
- >=dev-util/guile-1.4
- >=dev-lang/tcl-tk-8.1.1"
-
-src_compile() {
-
- cd ${S}
- unset CXXFLAGS
- unset CFLAGS
- try ./configure --prefix=/usr --host=${CHOST} \
- --with-doc=html --with-tcllib=/usr/lib/tcl8.1
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make prefix=${D}/usr install
-
-}
-
diff --git a/dev-lang/tcl-tk/files/digest-tcl-tk-8.0.5-r1 b/dev-lang/tcl-tk/files/digest-tcl-tk-8.0.5-r1
deleted file mode 100644
index 508dd8405b40..000000000000
--- a/dev-lang/tcl-tk/files/digest-tcl-tk-8.0.5-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 4247975c801510fb378b76237b2abaaf tcl8.0.5.tar.gz
-MD5 3ae92b86c01ec99a1872697294839e64 tk8.0.5.tar.gz
diff --git a/dev-lang/tcl-tk/tcl-tk-8.0.5-r1.ebuild b/dev-lang/tcl-tk/tcl-tk-8.0.5-r1.ebuild
deleted file mode 100644
index aa26f384ebdd..000000000000
--- a/dev-lang/tcl-tk/tcl-tk-8.0.5-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl-tk/tcl-tk-8.0.5-r1.ebuild,v 1.1 2000/12/11 17:52:00 achim Exp $
-#
-
-P=tcl-tk-8.0.5
-
-R1=tcl8.0.5
-A1=${R1}.tar.gz
-S1=${WORKDIR}/${R1}
-SRC_URI1="ftp://ftp.scriptics.com/pub/tcl/tcl8_0/tcl8.0.5.tar.gz"
-
-R2=tk8.0.5
-A2=${R2}.tar.gz
-S2=${WORKDIR}/${R2}
-
-SRC_URI2="ftp://ftp.scriptics.com/pub/tcl/tcl8_0/tk8.0.5.tar.gz"
-
-A="${A1} ${A2}"
-SRC_URI="${SRC_URI1} ${SRC_URI2}"
-HOMEPAGE="http:/dev.scriptics.com/software/tcltk/"
-
-DESCRIPTION="Tool Command Language"
-
-DEPEND=">=sys-apps/bash-2.04
- >=sys-libs/glibc-2.1.3
- >=x11-base/xfree-4.0.1"
-
-# hyper-optimizations untested...
-#
-src_unpack() {
- unpack ${A1}
- unpack ${A2}
- cp ${S1}/unix/configure ${S1}/unix/configure.orig
- sed -e "s/^CFLAGS_OPTIMIZE=-O$/CFLAGS_OPTIMIZE=\$CFLAGS/" \
- ${S1}/unix/configure.orig > ${S1}/unix/configure
-}
-
-src_compile() {
- cd ${S1}/unix
- try ./configure --host=${CHOST} --prefix=/usr --enable-shared
- try make
- cd ${S2}/unix
- try ./configure --host=${CHOST} --prefix=/usr --with-tcl=${S1}/unix --enable-shared
- try make
-}
-
-src_install() {
- cd ${S1}/unix
- try make INSTALL_ROOT=${D} install
- cd ${S2}/unix
- try make INSTALL_ROOT=${D} install
- strip ${D}/usr/bin/*
-# ln -sf wish8.1 ${D}/usr/bin/wish
-# ln -sf tclsh8.1 ${D}/usr/bin/tclsh
- cd ${S1}
- dodoc README changes license.terms
-
- prepman
-}
-
-
-