summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-01-26 00:33:37 +0000
committerThomas Sachau <tommy@gentoo.org>2009-01-26 00:33:37 +0000
commit8b24ee641ab816a9f26f6189fea75c87b46f4f53 (patch)
tree49ff0adbb0df82bdba10b818492ea918958f1ccf /net-libs
parentVersion bump. (diff)
downloadgentoo-2-8b24ee641ab816a9f26f6189fea75c87b46f4f53.tar.gz
gentoo-2-8b24ee641ab816a9f26f6189fea75c87b46f4f53.tar.bz2
gentoo-2-8b24ee641ab816a9f26f6189fea75c87b46f4f53.zip
Initial commit. Fixes bug 238036
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/fec/ChangeLog10
-rw-r--r--net-libs/fec/fec-1.0.3-r1.ebuild28
-rw-r--r--net-libs/fec/metadata.xml10
3 files changed, 48 insertions, 0 deletions
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]) <tommy@gentoo.org>
+ +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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>tommy@gentoo.org</email>
+ <name>Thomas Sachau (Tommy[D])</name>
+ </maintainer>
+ <herd>java</herd>
+</pkgmetadata>
+