aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/networkmanager/netm-cli_git.bb
blob: b740e6c09139bb8a1652215620525142cf4b4f4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Command Line interface for Network Manager"
HOMEPAGE = "http://dev.openbossa.org/mamona/gitweb?p=users/salveti/netm-cli.git;a=summary"
LICENSE = "GPLv2"
SECTION = "console/network"
RDEPENDS_${PN} = "python-dbus python-pygobject python-textutils networkmanager (>= 0.7)"

SRCREV = "2c71e6b537c7fceb4bfe6e"

PV = "0.4+git"
PR_append = ".gitr${SRCREV}"

inherit setuptools

SRC_URI = "git://dev.openbossa.org/mamona/users/salveti/netm-cli.git;protocol=http"

S = "${WORKDIR}/git"

FILES_${PN} += "${sysconfdir}/dbus-1/system.d/netm-cli.conf"