blob: 449240152b723da5b833016d8aab052b4a045b09 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="Mali drivers, binary only install"
HOMEPAGE="http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-arm-chromebook"
SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/mali-drivers-peach-${PVR}.run"
LICENSE="Google-TOS"
SLOT="0"
KEYWORDS="-* arm"
DEPEND="
x11-drivers/opengles-headers
"
RDEPEND="
!media-libs/mali-drivers
!x11-drivers/opengles
x11-libs/libdrm
"
S=${WORKDIR}
src_install() {
cp -pPR "${S}"/* "${D}/" || die "Install failed!"
}