updated on Fri Jan 13 00:14:41 UTC 2012
[aur-mirror.git] / pyfltk / PKGBUILD
blobd0a3afc8844c27cc9c8a4e8c6f96c6c2d452dba1
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>
6 pkgname=pyfltk
7 pkgver=1.3.0
8 pkgrel=1
9 pkgdesc="A Python wrapper for the Fast Light Tool Kit library"
10 arch=('i686' 'x86_64')
11 url="http://pyfltk.sourceforge.net/"
12 license=('LGPL')
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)
17 build() {
18   cd "$srcdir/pyFltk-$pkgver"
19   python2 setup.py install --prefix=/usr --root=$pkgdir || return 1
21 md5sums=('3dbd8edb3b0afa7257a4baa7165f7e71')