New package: python-PyOpenGL-3.1.0
This commit is contained in:
parent
3fe165a673
commit
88636f1cd3
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python-PyOpenGL/template
Normal file
20
srcpkgs/python-PyOpenGL/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue