diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-03-27 02:25:11 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-03-27 02:25:11 +0000 |
commit | 398cac4bd762a9632439aa0a5ac8dae5166c8092 (patch) | |
tree | 1f9535c7cc33392455d522eb33a95f952f33e154 /dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild | |
parent | Initial ebuild. Submitted by Travis Cross, Bug #31812. (diff) | |
download | gentoo-2-398cac4bd762a9632439aa0a5ac8dae5166c8092.tar.gz gentoo-2-398cac4bd762a9632439aa0a5ac8dae5166c8092.tar.bz2 gentoo-2-398cac4bd762a9632439aa0a5ac8dae5166c8092.zip |
Initial ebuild. Bug #31348.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild')
-rw-r--r-- | dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild b/dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild new file mode 100644 index 000000000000..122e5e889353 --- /dev/null +++ b/dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild,v 1.1 2005/03/27 02:25:11 matsuu Exp $ + +MY_P="${PN}_${PV//./_}" +DESCRIPTION="tkdiff is a graphical front end to the diff program" +HOMEPAGE="http://tkdiff.sourceforge.net/" +SRC_URI="mirror://sourceforge/tkdiff/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +RDEPEND=">=dev-lang/tk-8.4" + +S="${WORKDIR}/${PN}-unix" + +src_install() { + dobin tkdiff + dodoc Changelog +} |