blob: 5fa9c902fde504e0f90ef37f44368ad55f93435a [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
CROS_WORKON_COMMIT="004812c103c969c92fc6379384e231742485da9d"
inherit cros-workon toolchain-funcs
DESCRIPTION="This is the resampling library. See README.txt for details."
HOMEPAGE=""
SRC_URI=""
LICENSE="LGPL"
SLOT="0"
KEYWORDS="arm x86"
IUSE=""
src_compile() {
tc-getCC
tc-getAR
emake -j1 || die "emake failed"
}
src_install() {
insinto /usr/lib
insopts -m0755
doins "${S}/libresample.a"
insinto /usr/include/libresample
doins "${S}/include/"*.h || die "include install failed"
}