diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-02-25 20:33:24 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-02-25 20:33:24 +0000 |
commit | 0fdf504d7d3ae93fbdd765d882a5df9f6c195a4a (patch) | |
tree | baa7a53c10d3de3b2549cde22ad3628eb7e356a6 /net-misc/ytalk/ytalk-3.3.0.ebuild | |
parent | Add patch from bug #80566 (by Mark Loeser <halcyon@whiterapid.com>). Added (diff) | |
download | historical-0fdf504d7d3ae93fbdd765d882a5df9f6c195a4a.tar.gz historical-0fdf504d7d3ae93fbdd765d882a5df9f6c195a4a.tar.bz2 historical-0fdf504d7d3ae93fbdd765d882a5df9f6c195a4a.zip |
version bump
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-misc/ytalk/ytalk-3.3.0.ebuild')
-rw-r--r-- | net-misc/ytalk/ytalk-3.3.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-misc/ytalk/ytalk-3.3.0.ebuild b/net-misc/ytalk/ytalk-3.3.0.ebuild new file mode 100644 index 000000000000..3cc2f9ca535c --- /dev/null +++ b/net-misc/ytalk/ytalk-3.3.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.3.0.ebuild,v 1.1 2005/02/25 20:33:24 carlo Exp $ + +DESCRIPTION="Multi-user replacement for UNIX talk" +HOMEPAGE="http://www.impul.se/ytalk/" +SRC_URI="http://www.impul.se/ytalk/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64" +IUSE="" + +DEPEND="virtual/libc + >=sys-libs/ncurses-5.2" + +src_compile() { + econf || die "./configure failed" + + emake || die "Parallel Make Failed" +} + +src_install() { + einstall || die "Installation Failed" + + dodoc ChangeLog INSTALL README +} |