blob: e9e2d2f87eda19f2a722f972d490de749ac06f40 [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.43.ebuild,v 1.1 2009/10/05 12:22:24 dagger Exp $
EAPI="2"
CROS_WORKON_COMMIT="9f6f64f59ed9df33ad9801ee6a19af6f3be66c01"
inherit autotools cros-workon toolchain-funcs
DESCRIPTION="flimflam's test scripts"
HOMEPAGE="http://connman.net"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="chromeos-base/flimflam
dev-lang/python
dev-python/dbus-python
dev-python/pygobject
net-misc/dhcp
sys-apps/iproute2"
DEPEND="${RDEPEND}"
CROS_WORKON_PROJECT="flimflam"
CROS_WORKON_LOCALNAME="../third_party/flimflam"
src_install() {
exeinto /usr/lib/flimflam/test
doexe test/* || die
cp -rv test/swindle ${D}/usr/lib/flimflam/test/swindle
}