summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-07-10 15:34:11 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-07-10 15:34:11 +0000
commit6a6db7d8d3613cc20bfc657e1ecb1452a2e33044 (patch)
tree90dc00eb43c43ddce555f4d6746ac58c4179b8f3 /dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
parentMark 0.2 stable on ia64 (diff)
downloadhistorical-6a6db7d8d3613cc20bfc657e1ecb1452a2e33044.tar.gz
historical-6a6db7d8d3613cc20bfc657e1ecb1452a2e33044.tar.bz2
historical-6a6db7d8d3613cc20bfc657e1ecb1452a2e33044.zip
asneed patch added. old version removed
Package-Manager: portage-2.1.1_pre2-r6
Diffstat (limited to 'dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild')
-rw-r--r--dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
new file mode 100644
index 000000000000..711f30edb874
--- /dev/null
+++ b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild,v 1.1 2006/07/10 15:34:11 dragonheart Exp $
+
+inherit eutils
+
+DESCRIPTION="iLBC (internet Low Bitrate Codec) is a speech codec suitable for robust voice communication over IP."
+HOMEPAGE="http://www.ilbcfreeware.org/"
+SRC_URI="http://simon.morlat.free.fr/download/1.1.x/source/ilbc-rfc3951.tar.gz"
+# http://www.ilbcfreeware.org/documentation/gips_iLBClicense.pdf
+LICENSE="gips_iLBClicense.pdf"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE=""
+S="${WORKDIR}/${PN}"
+DEPEND=""
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-asneeded.patch
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}