diff options
author | Stanislav Brabec <utx@gentoo.org> | 2003-04-23 17:15:56 +0000 |
---|---|---|
committer | Stanislav Brabec <utx@gentoo.org> | 2003-04-23 17:15:56 +0000 |
commit | 5e4ba58278652af5760f4187ef7eb28ce1e07e4a (patch) | |
tree | 7cfacd08533eb823c85e33414be791578bfdf732 /app-text/tkman/tkman-2.1-r1.ebuild | |
parent | fixed for tcl/tk 8.4 (diff) | |
download | gentoo-2-5e4ba58278652af5760f4187ef7eb28ce1e07e4a.tar.gz gentoo-2-5e4ba58278652af5760f4187ef7eb28ce1e07e4a.tar.bz2 gentoo-2-5e4ba58278652af5760f4187ef7eb28ce1e07e4a.zip |
fixed for tcl/tk 8.4
Diffstat (limited to 'app-text/tkman/tkman-2.1-r1.ebuild')
-rw-r--r-- | app-text/tkman/tkman-2.1-r1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-text/tkman/tkman-2.1-r1.ebuild b/app-text/tkman/tkman-2.1-r1.ebuild new file mode 100644 index 000000000000..d239cc95d87a --- /dev/null +++ b/app-text/tkman/tkman-2.1-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/tkman-2.1-r1.ebuild,v 1.1 2003/04/23 17:15:56 utx Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="TkMan man and info page browser" +SRC_URI="http://tkman.sourceforge.net/${PN}.tar.gz" +HOMEPAGE="http://tkman.sourceforge.net/" +KEYWORDS="x86 ~ppc sparc " +SLOT="0" +LICENSE="Artistic" + +DEPEND=">=app-text/rman-3.0.9 + >=dev-lang/tcl-8.3.3 + >=dev-lang/tk-8.3.3" + +src_unpack() { + unpack ${A} + cd ${WORKDIR} + patch -p0 <${FILESDIR}/${PF}-gentoo.diff || die +} + +src_compile() { + emake || die +} + +src_install () { + dobin ${PN} + dobin re${PN} +} |