blob: ffa3903e452c12e6588109fc8afae01b8c1331b8 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit python
DESCRIPTION="GYP, a tool to generates native build files."
HOMEPAGE="http://code.google.com/p/gyp/"
SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${PN}-svn-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
src_install() {
dobin gyp
insinto "/usr/$(get_libdir)/python$(python_get_version)/site-packages"
doins -r pylib/gyp
}