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