summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2018-06-25 20:06:12 -0500
committerBen Kohler <bkohler@gentoo.org>2018-06-25 20:08:09 -0500
commit2290f998515357386575b960c658024801fd0fb5 (patch)
tree4ce8fcf4b74d2df2a5b12ffb284bd842135d7304 /net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
parentwww-plugins/chrome-binary-plugins: automated update (67.0.3396.99) (diff)
downloadgentoo-2290f998515357386575b960c658024801fd0fb5.tar.gz
gentoo-2290f998515357386575b960c658024801fd0fb5.tar.bz2
gentoo-2290f998515357386575b960c658024801fd0fb5.zip
net-misc/connman-json-client: new package
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild')
-rw-r--r--net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild b/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
new file mode 100644
index 000000000000..7b6aee326311
--- /dev/null
+++ b/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools vcs-snapshot
+COMMIT="3c34b2ee62d2e188090d20e7ed2fd94bab9c47f2"
+
+DESCRIPTION="An ncurses UI for connman"
+HOMEPAGE="https://github.com/eurogiciel-oss/connman-json-client"
+SRC_URI="https://github.com/eurogiciel-oss/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/json-c:0=
+ >=sys-apps/dbus-1.4
+ sys-libs/ncurses:0"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+ dobin connman_ncurses
+}