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>
9 pkgdesc="A Python wrapper for the Fast Light Tool Kit library"
10 arch=('i686' 'x86_64')
11 url="http://pyfltk.sourceforge.net/"
13 depends=('fltk>=1.3.0' 'mesa' 'python2')
14 makedepends=('swig>=2.0.4')
15 source=(http://downloads.sourceforge.net/pyfltk/pyFltk-$pkgver.tar.gz)
18 cd "$srcdir/pyFltk-$pkgver"
19 python2 setup.py install --prefix=/usr --root=$pkgdir || return 1
21 md5sums=('3dbd8edb3b0afa7257a4baa7165f7e71')