You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnome-extra/connman-gnome/connman-gnome-0.7.ebuild

31 lines
749 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/connman-gnome/connman-gnome-0.7.ebuild,v 1.2 2013/02/18 16:43:58 mr_bones_ Exp $
EAPI=5
inherit vcs-snapshot autotools
DESCRIPTION="Provides a daemon for managing internet connections"
HOMEPAGE="https://github.com/connectivity/connman-gnome"
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.16
>=sys-apps/dbus-1.2
>=dev-libs/dbus-glib-0.73
>=x11-libs/gtk+-2.10:2
>=net-misc/connman-1.0"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35
>=dev-lang/perl-5.8.1"
src_prepare() {
eautoreconf
}