summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.3.1.ebuild')
-rw-r--r--xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.3.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.3.1.ebuild b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.3.1.ebuild
new file mode 100644
index 000000000000..2329fcbe3aec
--- /dev/null
+++ b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.3.1.ebuild,v 1.1 2009/08/23 19:51:49 ssuominen Exp $
+
+inherit xfconf
+
+DESCRIPTION="Panel plugin to control V4L radio device"
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=xfce-base/xfce4-panel-4.3.22"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.40"
+
+# temp. hack, dropped in next version
+RESTRICT="test"
+
+pkg_setup() {
+ XFCONF="--disable-dependency-tracking
+ $(use_enable debug)"
+ DOCS="AUTHORS ChangeLog NEWS README"
+}