From 8b24ee641ab816a9f26f6189fea75c87b46f4f53 Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Mon, 26 Jan 2009 00:33:37 +0000 Subject: Initial commit. Fixes bug 238036 (Portage version: 2.2_rc23/cvs/Linux x86_64) --- net-libs/fec/ChangeLog | 10 ++++++++++ net-libs/fec/fec-1.0.3-r1.ebuild | 28 ++++++++++++++++++++++++++++ net-libs/fec/metadata.xml | 10 ++++++++++ 3 files changed, 48 insertions(+) create mode 100644 net-libs/fec/ChangeLog create mode 100644 net-libs/fec/fec-1.0.3-r1.ebuild create mode 100644 net-libs/fec/metadata.xml (limited to 'net-libs') diff --git a/net-libs/fec/ChangeLog b/net-libs/fec/ChangeLog new file mode 100644 index 000000000000..c7e0977a492e --- /dev/null +++ b/net-libs/fec/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-libs/fec +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/fec/ChangeLog,v 1.1 2009/01/26 00:33:37 tommy Exp $ + +*fec-1.0.3-r1 (26 Jan 2009) + + 26 Jan 2009; Thomas Sachau (Tommy[D]) + +fec-1.0.3-r1.ebuild: + Initial commit. Fixes bug 238036 + diff --git a/net-libs/fec/fec-1.0.3-r1.ebuild b/net-libs/fec/fec-1.0.3-r1.ebuild new file mode 100644 index 000000000000..e3b18939dc40 --- /dev/null +++ b/net-libs/fec/fec-1.0.3-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/fec/fec-1.0.3-r1.ebuild,v 1.1 2009/01/26 00:33:37 tommy Exp $ + +inherit eutils flag-o-matic java-pkg-2 toolchain-funcs + +DESCRIPTION="Forward error correction libs" +HOMEPAGE="http://www.onionnetworks.com/developers/" +SRC_URI="http://www.onionnetworks.com/downloads/${P}.zip" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="-amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND=">=virtual/jdk-1.4 + app-arch/unzip" +S=${WORKDIR}/${P}/src/csrc/ + +src_compile() { + append-flags -fPIC + emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" || die +} + +src_install() { + dolib.so ../../lib/fec-linux-x86/lib/linux/x86/libfec{8,16}.so || die +} diff --git a/net-libs/fec/metadata.xml b/net-libs/fec/metadata.xml new file mode 100644 index 000000000000..21237a6e3ed0 --- /dev/null +++ b/net-libs/fec/metadata.xml @@ -0,0 +1,10 @@ + + + + + tommy@gentoo.org + Thomas Sachau (Tommy[D]) + + java + + -- cgit v1.2.3-65-gdbad