diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-06 23:16:45 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-06 23:16:45 +0000 |
commit | 63b0b2bbe636b4a4e4b1a0e7fdda6eaba22d2f80 (patch) | |
tree | 4ed3c9c06e49717402b8f3cb1e872195c67529e0 /dev-tcltk/combobox/combobox-2.3.ebuild | |
parent | Initial commit (diff) | |
download | gentoo-2-63b0b2bbe636b4a4e4b1a0e7fdda6eaba22d2f80.tar.gz gentoo-2-63b0b2bbe636b4a4e4b1a0e7fdda6eaba22d2f80.tar.bz2 gentoo-2-63b0b2bbe636b4a4e4b1a0e7fdda6eaba22d2f80.zip |
Initial commit
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/combobox/combobox-2.3.ebuild')
-rw-r--r-- | dev-tcltk/combobox/combobox-2.3.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-tcltk/combobox/combobox-2.3.ebuild b/dev-tcltk/combobox/combobox-2.3.ebuild new file mode 100644 index 000000000000..4c534c51600e --- /dev/null +++ b/dev-tcltk/combobox/combobox-2.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/combobox/combobox-2.3.ebuild,v 1.1 2010/02/06 23:16:45 jlec Exp $ + +inherit multilib + +DESCRIPTION="A combobox megawidget" +HOMEPAGE="http://www1.clearlight.com/~oakley/tcl/combobox/index.html" +SRC_URI="http://www1.clearlight.com/~oakley/tcl/combobox/${P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/tcl" +DEPEND="" + +src_install() { + insinto /usr/$(get_libdir)/${P} + doins *tcl *tmml *n || die + dodoc *txt || die + dohtml *html || die +} |