wok-current diff python-opengl-accelerate/receipt @ rev 23759
librsvg: avoid using /usr/libgcc83/libstdc++.la
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 04 07:00:22 2020 +0100 (2020-05-04) |
parents | 693f7325058f |
children | 1df6fa555414 |
line diff
1.1 --- a/python-opengl-accelerate/receipt Thu Dec 03 15:56:36 2015 -0200 1.2 +++ b/python-opengl-accelerate/receipt Mon May 04 07:00:22 2020 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-opengl-accelerate" 1.7 -SOURCE="PyOpenGL-accelerate" 1.8 -VERSION="3.0.2" 1.9 +VERSION="3.1.5" 1.10 CATEGORY="development" 1.11 SHORT_DESC="Cross platform Python binding to OpenGL." 1.12 MAINTAINER="yuripourre@gmail.com" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://pypi.org/project/PyOpenGL/" 1.15 + 1.16 +SOURCE="PyOpenGL-accelerate" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://pyopengl.sf.net" 1.19 -WGET_URL="https://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="python python-opengl" 1.23 BUILD_DEPENDS="python python-dev python-opengl" 1.24 @@ -26,5 +27,5 @@ 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - cp -a $install/usr $fs 1.29 + cp -a $install/usr $fs 1.30 }