blob: 49ed3e564b61b4301fbb3346d3c76cc62ecc03c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/dimrec/dimrec-0.1.ebuild,v 1.6 2004/03/01 05:37:13 eradicator Exp $
IUSE="gtk"
DESCRIPTION="A client/server media player"
SRC_URI="http://bluweb.com/chouser/proj/dimrec/${P}.tar.gz"
HOMEPAGE="http://bluweb.com/chouser/proj/dimrec/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
DEPEND="virtual/python
gtk? ( >=dev-python/pygtk-0.6.9 )
>=irman-python-0.1"
inherit distutils
|