Parent Directory
|
Revision Log
cleanup; vdr-plugin-2.eclass (Portage version: 2.1.10.11/cvs/Linux i686)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-beep/vdr-beep-0.1.0.ebuild,v 1.3 2012/01/15 19:53:33 idl0r Exp $ |
| 4 | |
| 5 | EAPI="3" |
| 6 | |
| 7 | inherit vdr-plugin |
| 8 | |
| 9 | DESCRIPTION="VDR plugin: Use the PC speaker to signalize some events (shutdown, cut done etc.)" |
| 10 | HOMEPAGE="http://www.deltab.de/content/view/25/62/" |
| 11 | SRC_URI="mirror://vdrfiles/${PN}/${P}.tgz" |
| 12 | |
| 13 | LICENSE="GPL-2" |
| 14 | SLOT="0" |
| 15 | KEYWORDS="~x86 ~amd64" |
| 16 | IUSE="" |
| 17 | |
| 18 | RDEPEND=">=media-video/vdr-1.6.0 |
| 19 | sys-devel/gettext" |
| 20 | DEPEND="${RDEPEND}" |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |