blob: b66caee1aabec287b05cecd697b629673a3c080e [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="83a88f5a3f506912ec7d28652c1fdefe32f50387"
CROS_WORKON_TREE="013673864fed8e0efb946e0642f9d146652744f8"
EAPI="4"
CROS_WORKON_PROJECT="chromiumos/platform/libevdev"
CROS_WORKON_USE_VCSID=1
inherit toolchain-funcs multilib cros-debug cros-workon
DESCRIPTION="evdev userspace library"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
src_compile() {
tc-export CC CXX
cros-debug-add-NDEBUG
emake
}
src_install() {
emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install
}