blob: ed37e27c3e18b2d55500d8862877d1affec855fc [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# TODO(msb): move this ebuild to net-dns/minifakedns
EAPI=2
CROS_WORKON_COMMIT="e57c96f2162477d710d9cdc6e657f57813255636"
CROS_WORKON_PROJECT="chromiumos/third_party/minifakedns"
inherit cros-workon
DESCRIPTION="Minimal python dns server"
HOMEPAGE="http://code.activestate.com/recipes/491264-mini-fake-dns-server/"
LICENSE="PSF"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="dev-lang/python"
DEPEND="${RDEPEND}"
CROS_WORKON_LOCALNAME="../third_party/miniFakeDns"
src_install() {
insinto "/usr/lib/python2.6/site-packages"
doins "src/miniFakeDns.py"
}