blob: c17062dc8fdbaa69397d8eb7c8929aca06f1fda3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 2004-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mldonkey/vdr-mldonkey-0.0.4a.ebuild,v 1.3 2005/12/03 10:39:16 zzam Exp $
inherit vdr-plugin
DESCRIPTION="VDR plugin: displayes download status of the PeerToPeer Client"
HOMEPAGE="http://www.federationhq.de/cont_vdr_mldonkey.html"
SRC_URI="http://www.federationhq.de/download/${P}.tar.bz2
mirror://vdrfiles/${PN}/${P}.tar.bz2"
KEYWORDS="~x86 ~amd64"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
DEPEND=">=media-video/vdr-1.3.7
dev-libs/libpcre"
|