# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit vdr-plugin versionator MY_PV=$(get_version_component_range 3) #MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${PN}" DESCRIPTION="VDR Plugin: Reel filebrowser plugin" HOMEPAGE="http://www.reel-multimedia.com" SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=media-video/vdr-1.5.12 >=dev-libs/boost-1.35.0 >=media-plugins/vdr-reelbox-3.12384" RDEPEND="${DEPEND}" src_unpack() { vdr-plugin_src_unpack cd "${S}" }