1 # Maintainer: Kozec (kozec-at-kozec-dot-com)
2 # Contributor: TDY <tdy@gmx.com>
3 # Contributor: rabyte <rabyte*gmail>
4 # Contributor: LukenShiro <lukenshiro@ngi.it>
5 # Contributor: Exaos <Exaos.Lee*gmail>
10 pkgdesc="A Python wrapper for the Fast Light Tool Kit library"
11 arch=('i686' 'x86_64')
12 url="http://pyfltk.sourceforge.net/"
14 depends=('fltk>=1.3.0' 'mesa' 'python2')
15 makedepends=('swig1>=1.3.30')
16 source=(http://downloads.sourceforge.net/pyfltk/pyFltk-$pkgver.tar.gz)
17 md5sums=('3dbd8edb3b0afa7257a4baa7165f7e71')
20 cd "$srcdir/pyFltk-$pkgver"
21 python2 setup.py install --prefix=/usr --root=$pkgdir || return 1