updated on Thu Jan 12 00:00:55 UTC 2012
[aur-mirror.git] / pyqwt5 / PKGBUILD
blobed6a9597421ba03fd8a448545482a4558c657ce2
1 pkgname=pyqwt5
2 pkgver=5.2.0
3 pkgrel=1
4 pkgdesc="Python bindings for the Qwt  C++ class library which extends the Qt framework with widgets for scientific and engineering applications."
5 arch=("i686" "x86_64")
6 url="http://pyqwt.sourceforge.net/"
7 depends=("python>=2.5.0","qt>=4.3.1", "python-numpy>=1.1.0-0", "sip>=4.7.4", "qwt>=5.0.0")
8 options=('!makeflags')
9 license=("GPL")
10 source=("http://puzzle.dl.sourceforge.net/sourceforge/pyqwt/PyQwt-$pkgver.tar.gz")
11 md5sums=("fcd6c6029090d473dcc9df497516eae7")
14 build() {
15   cd $startdir/src/PyQwt-$pkgver/configure
16   # build pyqwt:
17   python configure.py -Q ../qwt-5.2 || return 1
19   make || return 1
20   make DESTDIR=$startdir/pkg install || return 1