blob: a6553fb0d449dad7b54950b35fd0f1b2e34e04f7 (
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
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio/xfce4-radio-0.2.0.ebuild,v 1.1 2007/02/27 18:20:08 drac Exp $
inherit autotools eutils xfce44
xfce44
xfce44_gzipped
DESCRIPTION="Panel plugin to control V4L radio device"
KEYWORDS="~x86"
IUSE="debug"
DEPEND=">=xfce-extra/xfce4-dev-tools-${XFCE_MASTER_VERSION}
dev-util/pkgconfig
dev-util/intltool"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-asneeded.patch
AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf
}
DOCS="AUTHORS ChangeLog NEWS README"
xfce44_goodies_panel_plugin
|