summaryrefslogtreecommitdiff
blob: 1bd5cd088d0e0210f2d5368adf65e64dcc12908a (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 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenal/pyopenal-0.1.1.ebuild,v 1.1 2003/05/10 18:44:51 liquidx Exp $

inherit distutils

IUSE=""
MY_P=${P/pyopenal/PyOpenAL}

DESCRIPTION="OpenAL library port for Python"
SRC_URI="http://oomadness.tuxfamily.org/downloads/${MY_P}.tar.gz
	http://www.nectroom.homelinux.net/pkg/${MY_P}.tar.gz
	http://nectroom.homelinux.net/pkg/${MY_P}.tar.gz"
HOMEPAGE="http://oomadness.tuxfamily.org/en/pyopenal/"

KEYWORDS="~x86"
SLOT="0"
LICENSE="GPL-2"

DEPEND=">=dev-lang/python-2.2.2
	media-libs/openal
	>=media-libs/pyvorbis-1.1
	>=media-libs/pyogg-1.1"

S=${WORKDIR}/${MY_P}