From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild (limited to 'net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild') diff --git a/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild b/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild new file mode 100644 index 000000000000..f419b5a4eb9d --- /dev/null +++ b/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit eutils toolchain-funcs + +DESCRIPTION="Play sounds in response to network traffic" +LICENSE="BSD" +HOMEPAGE="http://www.ioplex.com/~miallen/tcpsound/" +SRC_URI="${HOMEPAGE}dl/${P}.tar.gz" +SLOT="0" +KEYWORDS="amd64 x86" + +DEPEND=" + dev-libs/libmba + media-libs/libsdl + net-analyzer/tcpdump +" +RDEPEND="${DEPEND}" + +DOCS=( README.txt elaborate.conf ) + +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-makefile.patch \ + "${FILESDIR}"/${P}-misc.patch +} + +src_compile() { + emake CC="$(tc-getCC)" +} -- cgit v1.2.3