blob: d0b6d79c4376569c3d27fbbbe5c977443e626744 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 2008 Daniel Gryniewciz
# Distributed under the terms of the GNU General Public License v2
inherit distutils python
DESCRIPTION="Good plugins for the Elisa "
HOMEPAGE="http://elisa.fluendo.com/"
SRC_URI="http://elisa.fluendo.com/static/download/elisa/${P}.tar.gz"
RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~ppc ~x86"
IUSE=""
MAKEOPTS="-j1"
RDEPEND="=media-video/elisa-${PV}"
DEPEND="${DEPEND}
>=dev-util/pkgconfig-0.9"
DOCS="AUTHORS ChangeLog COPYING NEWS"
|