summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2004-08-28 19:02:02 +0000
committerDoug Goldstein <cardoe@gentoo.org>2004-08-28 19:02:02 +0000
commite658eab1e1a0392766392648f1c3c52d8ce310d5 (patch)
treee14f2823e080f9340e364025d4081c01271bfab3 /dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild
parentAdding patch that fixes things for gtk+ >= 2.5 (Manifest recommit) (diff)
downloadgentoo-2-e658eab1e1a0392766392648f1c3c52d8ce310d5.tar.gz
gentoo-2-e658eab1e1a0392766392648f1c3c52d8ce310d5.tar.bz2
gentoo-2-e658eab1e1a0392766392648f1c3c52d8ce310d5.zip
new package
Diffstat (limited to 'dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild')
-rw-r--r--dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild b/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild
new file mode 100644
index 000000000000..4fd9b6efc99b
--- /dev/null
+++ b/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild,v 1.1 2004/08/28 19:02:02 cardoe Exp $
+
+IUSE=""
+DESCRIPTION="mccp extension to TCL"
+HOMEPAGE="http://tcl-mccp.sf.net/"
+SRC_URI="mirror://sourceforge/tcl-mccp/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+DEPEND="dev-lang/tcl"
+
+src_compile() {
+ econf || die "./configure failed"
+ emake || die
+}
+
+src_install () {
+ einstall || die
+}