| 1 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $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 $
|
| 4 |
|
| 5 |
EAPI=3
|
| 6 |
inherit eutils
|
| 7 |
|
| 8 |
DESCRIPTION="Desktop notification and configuration for dhcpcd"
|
| 9 |
HOMEPAGE="http://roy.marples.name/projects/dhcpcd-ui/"
|
| 10 |
SRC_URI="http://roy.marples.name/downloads/dhcpcd/${P}.tar.bz2"
|
| 11 |
|
| 12 |
LICENSE="BSD-2"
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="~amd64"
|
| 15 |
IUSE=""
|
| 16 |
|
| 17 |
DEPEND="net-libs/dhcpcd-dbus
|
| 18 |
>=x11-libs/libnotify-0.4.4
|
| 19 |
x11-libs/gtk+:2"
|
| 20 |
|
| 21 |
src_prepare() {
|
| 22 |
epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
|
| 23 |
}
|
| 24 |
|
| 25 |
src_install() {
|
| 26 |
emake DESTDIR="${D}" install || die
|
| 27 |
}
|