x11-wm/xpra: amd64 stable
[gentoo.git] / media-plugins / vdr-span / vdr-span-0.0.7.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="4"
5
6 inherit vdr-plugin-2
7
8 DESCRIPTION="VDR plugin: Spectrum Analyzer (SpAn)"
9 HOMEPAGE="http://lcr.vdr-developer.org/"
10 SRC_URI="http://lcr.vdr-developer.org/downloads/${P}.tar.bz2"
11
12 SLOT="0"
13 LICENSE="GPL-2"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 DEPEND=">=media-video/vdr-1.5.7
18                 >=sci-libs/fftw-3.0.1"
19 RDEPEND="${DEPEND}"
20
21 pkg_postinst() {
22         vdr-plugin-2_pkg_postinst
23
24         elog
25         elog "This plugin is meant as middleware, you need appropiate"
26         elog "data-provider- as well as visualization-plugins."
27 }