diff options
author | Bernd <bju@maxi.fritz.box> | 2011-03-19 20:21:31 +0100 |
---|---|---|
committer | Bernd <bju@maxi.fritz.box> | 2011-03-19 20:21:31 +0100 |
commit | 389f3a3e647d9e1951415959856e1a0f19729eec (patch) | |
tree | b6066090cd87bddb61c0f96d7b0620c3732b3374 | |
parent | b75a02a4261d28404690e71d8f35db6fbae2fe29 (diff) | |
download | vdr-manager-389f3a3e647d9e1951415959856e1a0f19729eec.tar.gz vdr-manager-389f3a3e647d9e1951415959856e1a0f19729eec.tar.bz2 |
First revision
-rw-r--r-- | ebuilds/vdr-androvdr-0.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ebuilds/vdr-androvdr-0.1.ebuild b/ebuilds/vdr-androvdr-0.1.ebuild new file mode 100644 index 0000000..9e89f01 --- /dev/null +++ b/ebuilds/vdr-androvdr-0.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-kvdrmon/vdr-kvdrmon-0.6.ebuild,v 1.2 2007/07/10 23:08:59 mr_bones_ Exp $ + +IUSE="" + +inherit vdr-plugin + +DESCRIPTION="Helper plugin for Andro-VDR android vdr control app" +HOMEPAGE="http://projects.vdr-developer.org/wiki/kvdrmon" +SRC_URI="http://projects.vdr-developer.org/attachments/download/372/${P}.tgz" +KEYWORDS="~x86 ~amd64" +SLOT="0" +LICENSE="GPL-2" + +DEPEND=">=media-video/vdr-1.6.0" + +RESTRICT=strip |