blob: 673884358664c8254e5115c363fee4c5bc13ed5d [file] [log] [blame]
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
CROS_WORKON_COMMIT="768fc8cda44e7799b8f3f1f61c54192a70831c05"
CROS_WORKON_PROJECT="chromiumos/third_party/ply-image"
inherit toolchain-funcs cros-workon
DESCRIPTION="Utility that dumps a png image to the frame buffer."
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86 arm"
IUSE=""
DEPEND="media-libs/libpng
x11-libs/libdrm"
RDEPEND="${DEPEND}"
src_compile() {
if tc-is-cross-compiler ; then
tc-getCC
fi
emake || die "emake failed"
}
src_install() {
mkdir -p "${D}/usr/bin"
cp "${S}/src/ply-image" "${D}/usr/bin"
}