diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-06-25 12:08:07 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-06-25 12:08:07 +0000 |
commit | f7e5f64e0b9f6bbb884b4178684a6222888308d6 (patch) | |
tree | 1b0bf345f3550c542825cf306ca08ea8244627dd /net-analyzer/tcpreen/tcpreen-1.4.3.ebuild | |
parent | unmasking x86 (diff) | |
download | historical-f7e5f64e0b9f6bbb884b4178684a6222888308d6.tar.gz historical-f7e5f64e0b9f6bbb884b4178684a6222888308d6.tar.bz2 historical-f7e5f64e0b9f6bbb884b4178684a6222888308d6.zip |
version bump
Package-Manager: portage-2.0.51.22-r1
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, 24 insertions, 0 deletions
diff --git a/net-analyzer/tcpreen/tcpreen-1.4.3.ebuild b/net-analyzer/tcpreen/tcpreen-1.4.3.ebuild new file mode 100644 index 000000000000..abfb143d2415 --- /dev/null +++ b/net-analyzer/tcpreen/tcpreen-1.4.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 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.1 2005/06/25 12:08:07 dragonheart 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="~x86 ~amd64" +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 +} |