From 6e8e4a19efe4d1f512d1a5e94ba41ab68e505659 Mon Sep 17 00:00:00 2001 From: Matsuu Takuto Date: Sat, 1 Jan 2005 02:19:05 +0000 Subject: Version bumped. --- net-misc/stone/stone-2.2d.ebuild | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 net-misc/stone/stone-2.2d.ebuild (limited to 'net-misc/stone/stone-2.2d.ebuild') diff --git a/net-misc/stone/stone-2.2d.ebuild b/net-misc/stone/stone-2.2d.ebuild new file mode 100644 index 000000000000..6a8ed87809f7 --- /dev/null +++ b/net-misc/stone/stone-2.2d.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2d.ebuild,v 1.1 2005/01/01 02:19:05 matsuu Exp $ + +DESCRIPTION="A simple TCP/IP packet repeater" +HOMEPAGE="http://www.gcd.org/sengoku/stone/" +SRC_URI="http://www.gcd.org/sengoku/stone/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +IUSE="ssl" + +DEPEND="virtual/libc + ssl? ( dev-libs/openssl )" + +src_compile() { + if use ssl ; then + emake \ + CFLAGS="${CFLAGS}" \ + SSL=/usr \ + linux-ssl || die + else + emake \ + CFLAGS="${CFLAGS}" \ + linux || die + fi +} + +src_install() { + dobin stone + doman stone.1 + dodoc README* +} -- cgit v1.2.3-65-gdbad