mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
New package: python-PyOpenGL-accelerate-3.1.0
This commit is contained in:
parent
88636f1cd3
commit
53ae79ad98
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python-PyOpenGL-accelerate/template
Normal file
20
srcpkgs/python-PyOpenGL-accelerate/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python-PyOpenGL-accelerate'
|
||||||
|
pkgname=python-PyOpenGL-accelerate
|
||||||
|
version=3.1.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="PyOpenGL-accelerate-${version}"
|
||||||
|
build_style=python2-module
|
||||||
|
noarch=yes
|
||||||
|
hostmakedepends="python-devel python-Cython"
|
||||||
|
makedepends="python-devel python-numpy"
|
||||||
|
pycompile_module="OpenGL_accelerate"
|
||||||
|
short_desc="Acceleration code for PyOpenGL"
|
||||||
|
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="http://pyopengl.sourceforge.net/"
|
||||||
|
distfiles="${PYPI_SITE}/P/PyOpenGL-accelerate/PyOpenGL-accelerate-${version}.tar.gz"
|
||||||
|
checksum=927f4670b893d46e2f6273ae938bf0a1db27ffae3336eba94813ccef6260c410
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense license.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue