blob: 22cf0a86d963e5e85ca54adb0ae01c8a19317dba [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"
CROS_WORKON_PROJECT="chromiumos/third_party/libresample"
inherit cros-workon toolchain-funcs
DESCRIPTION="This is the resampling library. See README.txt for details."
HOMEPAGE=""
SRC_URI=""
LICENSE="LGPL"
SLOT="0"
KEYWORDS="amd64 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"
}