/[gentoo-x86]/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild
Gentoo

Contents of /net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sat Feb 5 16:34:01 2011 UTC (2 years, 3 months ago) by ssuominen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +7 -2 lines
Fix building with x11-libs/libnotify >= 0.7.

(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

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 }

  ViewVC Help
Powered by ViewVC 1.1.13