blob: 4b7c2178482fbdaa1f4bb0b3cdac6eb864a1bf24 [file] [log] [blame]
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="db5fb4775c4b5c6ec036523274cbd4d5fce1134e"
CROS_WORKON_TREE="b82605321dfdb5bb8a01d6f75d78dd8892d0e464"
EAPI=2
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"
}