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