summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/dhcpcd-dbus/dhcpcd-dbus-0.6.1.ebuild')
-rw-r--r--net-libs/dhcpcd-dbus/dhcpcd-dbus-0.6.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-libs/dhcpcd-dbus/dhcpcd-dbus-0.6.1.ebuild b/net-libs/dhcpcd-dbus/dhcpcd-dbus-0.6.1.ebuild
new file mode 100644
index 000000000000..8af439479b80
--- /dev/null
+++ b/net-libs/dhcpcd-dbus/dhcpcd-dbus-0.6.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+DESCRIPTION="DBus bindings for dhcpcd"
+HOMEPAGE="http://roy.marples.name/projects/dhcpcd-dbus/"
+SRC_URI="http://roy.marples.name/downloads/dhcpcd/${P}.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-apps/dbus"
+RDEPEND="${DEPEND}
+ >=net-misc/dhcpcd-5.0"
+
+src_configure() {
+ econf --localstatedir=/var
+}