You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.1.ebuild

30 lines
580 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit vdr-plugin-2
DESCRIPTION="VDR Plugin: systeminfo"
HOMEPAGE="http://firefly.vdr-developer.org/systeminfo/"
SRC_URI="http://firefly.vdr-developer.org/systeminfo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=media-video/vdr-1.4.7"
RDEPEND="sys-apps/lm_sensors
app-admin/hddtemp"
src_install() {
vdr-plugin-2_src_install
insinto /usr/share/vdr/systeminfo/
insopts -m0755
doins "${FILESDIR}"/systeminfo.sh
}