David Rochberg | b41a194 | 2010-03-09 13:48:11 -0800 | [diff] [blame^] | 1 | # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
2 | # Distributed under the terms of the GNU General Public License v2 | ||||
3 | |||||
4 | EAPI="2" | ||||
5 | |||||
6 | local tarname="mox-${PV}" | ||||
7 | DESCRIPTION="Mock object generator for python testing" | ||||
8 | HOMEPAGE="http://code.google.com/p/pymox" | ||||
9 | SRC_URI="http://pymox.googlecode.com/files/${tarname}.tar.gz" | ||||
10 | LICENSE="Apache-2.0" | ||||
11 | SLOT="0" | ||||
12 | KEYWORDS="amd64 x86 arm" | ||||
13 | |||||
14 | S=${WORKDIR}/${tarname} |