From da0934959339ab738a29056c7ac27dd6eb54542c Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sun, 11 Oct 2009 08:48:08 +0000 Subject: Version bump. (Portage version: 2.2_rc44/cvs/Linux x86_64) --- media-libs/opencore-amr/opencore-amr-0.1.2.ebuild | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 media-libs/opencore-amr/opencore-amr-0.1.2.ebuild (limited to 'media-libs/opencore-amr/opencore-amr-0.1.2.ebuild') diff --git a/media-libs/opencore-amr/opencore-amr-0.1.2.ebuild b/media-libs/opencore-amr/opencore-amr-0.1.2.ebuild new file mode 100644 index 000000000000..703f21f4d3b7 --- /dev/null +++ b/media-libs/opencore-amr/opencore-amr-0.1.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/opencore-amr/opencore-amr-0.1.2.ebuild,v 1.1 2009/10/11 08:48:08 ssuominen Exp $ + +EAPI=2 +inherit multilib + +DESCRIPTION="Implementation of Adaptive Multi Rate Narrowband and Wideband speech codec" +HOMEPAGE="http://opencore-amr.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="" + +src_configure() { + econf \ + --disable-dependency-tracking \ + --disable-static +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog README + find "${D}"usr/$(get_libdir) -name '*.la' -delete +} -- cgit v1.2.3-65-gdbad