diff options
Diffstat (limited to 'net-analyzer/tcpreen/tcpreen-1.4.3.ebuild')
-rw-r--r-- | net-analyzer/tcpreen/tcpreen-1.4.3.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-analyzer/tcpreen/tcpreen-1.4.3.ebuild b/net-analyzer/tcpreen/tcpreen-1.4.3.ebuild deleted file mode 100644 index d8d79c0e839f..000000000000 --- a/net-analyzer/tcpreen/tcpreen-1.4.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreen/tcpreen-1.4.3.ebuild,v 1.3 2007/03/20 19:40:30 armin76 Exp $ - -DESCRIPTION="TCP network re-engineering tool" -HOMEPAGE="http://www.simphalempin.com/dev/tcpreen/" -SRC_URI="mirror://sourceforge/tcpreen/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="nls" - -DEPEND="nls? ( sys-devel/gettext )" - -src_compile() { - econf `use_enable nls` || die - emake || die -} - -src_install() { - emake install DESTDIR=${D} || die - dodoc AUTHORS NEWS THANKS TODO README -} |