forked from ports/contrib
pyopengl: New Port
This commit is contained in:
parent
9ce09c496a
commit
37b59af2b0
1588
pyopengl/.footprint
Normal file
1588
pyopengl/.footprint
Normal file
File diff suppressed because it is too large
Load Diff
1
pyopengl/.md5sum
Normal file
1
pyopengl/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
943c4d7d3d1d97cc7592e61d28918fd2 PyOpenGL-3.0.0a5.tar.gz
|
21
pyopengl/Pkgfile
Normal file
21
pyopengl/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: Cross platform Python binding to OpenGL
|
||||
# URL: http://pyopengl.sourceforge.net/
|
||||
# Maintainer: James Mills prologic at shortcircuit dot net dot au
|
||||
# Packager: Younes Hafri ycrux at club-internet dot fr
|
||||
#
|
||||
# Depends on: swig, python
|
||||
|
||||
name=pyopengl
|
||||
version=3.0.0a5
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/PyOpenGL-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
mkdir -p $PKG/usr
|
||||
cd PyOpenGL-$version
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
rm -rf $PKG/usr/lib/python/OpenGL/Demo $PKG/usr/lib/python/OpenGL/doc
|
||||
|
||||
chown -R root:root $PKG
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user