Date: Thursday, August 2, 2018 @ 12:27:34 Author: arodseth Revision: 367251
Add python-glfw Added: python-glfw/ python-glfw/repos/ python-glfw/repos/community-any/ python-glfw/trunk/ python-glfw/trunk/PKGBUILD ----------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Added: python-glfw/trunk/PKGBUILD =================================================================== --- python-glfw/trunk/PKGBUILD (rev 0) +++ python-glfw/trunk/PKGBUILD 2018-08-02 12:27:34 UTC (rev 367251) @@ -0,0 +1,29 @@ +# Maintainer: Alexander F. Rødseth <[email protected]> + +pkgname=python-glfw +pkgver=1.7.0 +pkgrel=1 +pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support' +arch=('any') +url='https://github.com/FlorianRhiem/pyGLFW' +license=('MIT') +depends=('glfw' 'python') +makedepends=('git' 'python-setuptools') +source=("git+https://github.com/FlorianRhiem/pyGLFW#tag=v$pkgver") +md5sums=('SKIP') + +build() { + cd pyGLFW + + python setup.py build +} + +package() { + cd pyGLFW + + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# getver: github.com/FlorianRhiem/pyGLFW +# vim: ts=2 sw=2 et: Property changes on: python-glfw/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
