blob: f5ead16b53ef60c4de4e3f39770dc111e765c190 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/glewpy/glewpy-0.7.4.ebuild,v 1.3 2007/07/11 06:19:47 mr_bones_ Exp $
inherit distutils
DESCRIPTION="Python bindings for the OpenGL Extension Wrangler Library"
HOMEPAGE="http://glewpy.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="PYTHON"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/pyrex
media-libs/glew"
PYTHON_MODNAME="glew"
|