summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/ilbc-rfc3951/ilbc-rfc3951-0.0.1.ebuild')
-rw-r--r--media-libs/ilbc-rfc3951/ilbc-rfc3951-0.0.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/media-libs/ilbc-rfc3951/ilbc-rfc3951-0.0.1.ebuild b/media-libs/ilbc-rfc3951/ilbc-rfc3951-0.0.1.ebuild
deleted file mode 100644
index fade813..0000000
--- a/media-libs/ilbc-rfc3951/ilbc-rfc3951-0.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="RFC3951 iLBC low-bandwidth audio codec"
-HOMEPAGE="http://www.ilbcfreeware.org/"
-SRC_URI="http://simon.morlat.free.fr/download/1.2.x/source/ilbc-rfc3951.tar.gz"
-
-LICENSE="gips_iLBClicense"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-RDEPEND="virtual/libc"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- econf || die "Configure failed"
- emake || die "Building failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "Installation failed"
-
- dodoc README AUTHORS COPYING INSTALL
-}