aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-opengl
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2016-05-05 13:16:17 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-05-05 13:49:45 +0000
commitbd8f3e9d9191ccbade0e83f99c8daf0296d0ec0b (patch)
tree0776231f9ba7b109ca3dbbb5db149d777ff861c1 /testing/py-opengl
parent563219286cc5231fa8d48ce13886e258e632bad5 (diff)
downloadaports-bd8f3e9d9191ccbade0e83f99c8daf0296d0ec0b.tar.bz2
aports-bd8f3e9d9191ccbade0e83f99c8daf0296d0ec0b.tar.xz
testing/py-opengl: add recommended enhancements
adds recommended enhancements from: http://pyopengl.sourceforge.net/documentation/installation.html
Diffstat (limited to 'testing/py-opengl')
-rw-r--r--testing/py-opengl/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-opengl/APKBUILD b/testing/py-opengl/APKBUILD
index c1222b591b..5a59f87acd 100644
--- a/testing/py-opengl/APKBUILD
+++ b/testing/py-opengl/APKBUILD
@@ -3,17 +3,17 @@
pkgname=py-opengl
_pkgname=PyOpenGL
pkgver=3.1.1a1
-pkgrel=0
+pkgrel=1
pkgdesc="Standard OpenGL bindings for Python"
url="http://pyopengl.sourceforge.net"
arch="noarch"
license="BSD"
-depends=""
+depends="python freeglut mesa-gles py-pillow py-numpy"
depends_dev=""
-makedepends="$depends_dev python-dev py-setuptools"
+makedepends="$depends_dev python-dev py-setuptools freeglut-dev"
install=""
subpackages=""
-source="https://pypi.python.org/packages/df/fe/b9da75e85bcf802ed5ef92a5c5e4022bf06faa1d41b9630b9bb49f827483/$_pkgname-$pkgver.tar.gz"
+source="http://pypi.python.org/packages/source/P/PyOpenGL/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
build() {