diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-13 03:36:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-13 03:36:04 +0000 |
commit | 9117694b40d8ac36a0f1cf1d885d7897200c7c25 (patch) | |
tree | 06aac6d8630a29fb3b30f7c0bc75c5224ad17723 /net-misc/unix2tcp/unix2tcp-0.8.2.ebuild | |
parent | arm/hppa/ia64 lovin (diff) | |
download | historical-9117694b40d8ac36a0f1cf1d885d7897200c7c25.tar.gz historical-9117694b40d8ac36a0f1cf1d885d7897200c7c25.tar.bz2 historical-9117694b40d8ac36a0f1cf1d885d7897200c7c25.zip |
arm/hppa/ia64/s390 lovin
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-misc/unix2tcp/unix2tcp-0.8.2.ebuild')
-rw-r--r-- | net-misc/unix2tcp/unix2tcp-0.8.2.ebuild | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild b/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild index 1b08047654da..3ab0d4439e10 100644 --- a/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild +++ b/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild,v 1.6 2004/07/31 11:38:51 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild,v 1.7 2005/03/13 03:36:04 vapier Exp $ inherit eutils @@ -10,21 +10,12 @@ SRC_URI="http://dizzy.roedu.net/unix2tcp/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~s390 ~ppc ~amd64" +KEYWORDS="~amd64 arm hppa ia64 ~ppc s390 x86" IUSE="" -DEPEND="sys-devel/gcc - virtual/libc" -RDEPEND="virtual/libc" - -src_compile() { - econf || die - emake || die -} +DEPEND="" src_install() { - emake DESTDIR=${D} install || die + emake DESTDIR="${D}" install || die dodoc ChangeLog README } - - |