wok-6.x annotate python-opengl-accelerate/receipt @ rev 23770
created recipes for xorg-libXfont2 and xorg-libXfont2-dev
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 15 07:18:58 2020 +0100 (2020-05-15) |
parents | 693f7325058f |
children | 1df6fa555414 |
rev | line source |
---|---|
yuripourre@18662 | 1 # SliTaz package receipt. |
yuripourre@18662 | 2 |
yuripourre@18662 | 3 PACKAGE="python-opengl-accelerate" |
Hans-G?nter@23519 | 4 VERSION="3.1.5" |
yuripourre@18662 | 5 CATEGORY="development" |
yuripourre@18662 | 6 SHORT_DESC="Cross platform Python binding to OpenGL." |
yuripourre@18662 | 7 MAINTAINER="yuripourre@gmail.com" |
yuripourre@18662 | 8 LICENSE="BSD" |
Hans-G?nter@23519 | 9 WEB_SITE="https://pypi.org/project/PyOpenGL/" |
Hans-G?nter@23519 | 10 |
Hans-G?nter@23519 | 11 SOURCE="PyOpenGL-accelerate" |
yuripourre@18662 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23519 | 13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" |
yuripourre@18662 | 14 |
yuripourre@18662 | 15 DEPENDS="python python-opengl" |
yuripourre@18662 | 16 BUILD_DEPENDS="python python-dev python-opengl" |
yuripourre@18662 | 17 |
yuripourre@18662 | 18 # Rules to configure and make the package. |
yuripourre@18662 | 19 compile_rules() |
yuripourre@18662 | 20 { |
yuripourre@18662 | 21 { |
yuripourre@18662 | 22 python setup.py build && |
yuripourre@18662 | 23 python setup.py install --root=$DESTDIR |
yuripourre@18662 | 24 } 2>&1 | grep -Ev '(conftest.c:|configtest.c:)' |
yuripourre@18662 | 25 } |
yuripourre@18662 | 26 |
yuripourre@18662 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
yuripourre@18662 | 28 genpkg_rules() |
yuripourre@18662 | 29 { |
Hans-G?nter@23519 | 30 cp -a $install/usr $fs |
yuripourre@18662 | 31 } |