mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
23 lines
690 B
Bash
23 lines
690 B
Bash
# Template file for 'python3-PyOpenGL-accelerate'
|
|
pkgname=python3-PyOpenGL-accelerate
|
|
version=3.1.9
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-Cython"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
short_desc="Acceleration code for PyOpenGL (Python3)"
|
|
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://pyopengl.sourceforge.net/"
|
|
distfiles="${PYPI_SITE}/p/pyopengl-accelerate/pyopengl_accelerate-${version}.tar.gz"
|
|
checksum=85957c7c76975818ff759ec9243f9dc7091ef6f373ea37a2eb50c320fd9a86f3
|
|
|
|
post_extract() {
|
|
# Make sure Cython regenerates C files
|
|
rm -f src/*.c
|
|
}
|
|
|
|
post_install() {
|
|
vlicense license.txt LICENSE
|
|
}
|