blob: ca57bd82fd7802f79c1d70f5088551308fb3a9ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem/xfce4-cellmodem-0.0.5.ebuild,v 1.6 2008/11/17 15:26:41 darkside Exp $
inherit autotools eutils xfce44
xfce44
xfce44_gzipped
DESCRIPTION="Panel plugin for monitoring cellular modems - GPRS/UMTS(3G)/HSDPA(3.5G)"
KEYWORDS="amd64 x86"
IUSE="debug"
RDEPEND="sys-apps/pciutils
>=dev-libs/libusb-0.1.12"
DEPEND="${RDEPEND}
>=dev-util/xfce4-dev-tools-${XFCE_MASTER_VERSION}
dev-util/pkgconfig
dev-util/intltool"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-asneeded.patch
intltoolize --force --copy --automake || die "intltoolize failed."
AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf
}
DOCS="AUTHORS ChangeLog NEWS README"
xfce44_goodies_panel_plugin
|