wok diff python-opengl/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents cc462567b1e9
children 1df6fa555414
line diff
     1.1 --- a/python-opengl/receipt	Thu Dec 03 18:45:29 2015 +0100
     1.2 +++ b/python-opengl/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-opengl"
     1.7 -SOURCE="PyOpenGL"
     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"
    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-numpy python-pil freeglut"
    1.23 -BUILD_DEPENDS="python python-dev freeglut-dev"
    1.24 +DEPENDS="freeglut python python-numpy python-pil"
    1.25 +BUILD_DEPENDS="freeglut-dev python python-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29 @@ -26,5 +27,5 @@
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	cp -a $install/usr $fs
    1.34 +	cp -a $install/usr	$fs
    1.35  }