21 lines
579 B
Bash
21 lines
579 B
Bash
# Template file for 'python-PyOpenGL'
|
|
pkgname=python-PyOpenGL
|
|
version=3.1.0
|
|
revision=1
|
|
wrksrc="PyOpenGL-${version}"
|
|
build_style=python2-module
|
|
noarch=yes
|
|
hostmakedepends="python-devel"
|
|
makedepends="${hostmakedepends}"
|
|
pycompile_module="OpenGL"
|
|
short_desc="Standard OpenGL bindings for Python"
|
|
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
|
|
license="BSD"
|
|
homepage="http://pyopengl.sourceforge.net/"
|
|
distfiles="${PYPI_SITE}/P/PyOpenGL/PyOpenGL-${version}.tar.gz"
|
|
checksum=9b47c5c3a094fa518ca88aeed35ae75834d53e4285512c61879f67a48c94ddaf
|
|
|
|
post_install() {
|
|
vlicense license.txt
|
|
}
|