diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-12-12 02:27:39 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-12-12 02:27:39 +0000 |
commit | e8f0fe20c0a2e8b6ca02144de5ba5ae8f6380f81 (patch) | |
tree | b607317f795364661fb4ac4c59fa2fd45d692e50 /net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild | |
parent | Linux patch 2.6.32.27. Removal of redundant patches (diff) | |
download | historical-e8f0fe20c0a2e8b6ca02144de5ba5ae8f6380f81.tar.gz historical-e8f0fe20c0a2e8b6ca02144de5ba5ae8f6380f81.tar.bz2 historical-e8f0fe20c0a2e8b6ca02144de5ba5ae8f6380f81.zip |
Version bump with improvements for bug 343127 by Roman v. Gemmeren
Package-Manager: portage-2.1.9.25/cvs/Linux x86_64
Diffstat (limited to 'net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild')
-rw-r--r-- | net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild new file mode 100644 index 000000000000..0a3726cd10a3 --- /dev/null +++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild,v 1.1 2010/12/12 02:27:39 darkside Exp $ + +EAPI=3 + +DESCRIPTION="Desktop notification and configuration for dhcpcd" +HOMEPAGE="http://roy.marples.name/projects/dhcpcd-ui/" +SRC_URI="http://roy.marples.name/downloads/dhcpcd/${P}.tar.bz2" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="net-libs/dhcpcd-dbus + >=x11-libs/libnotify-0.4.4 + x11-libs/gtk+:2" + +src_install() { + emake DESTDIR="${D}" install || die +} |