updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / python-ezplot / PKGBUILD
blob773c083bc008817aaa419089913429dab4bf1d6a
1 # $Id$
2 # Maintainer: Sebastien Binet <binet@cern.ch>
3 pkgname=python-ezplot
4 pkgver=0.1.0a4
5 pkgrel=1
6 pkgdesc="Remote Procedure interface to Matplotlib"
7 url="http://www.billbaxter.com/projects/ezplot"
8 arch=('i686' 'x86_64')
9 license="BSD"
10 depends=( 'python-matplotlib' 'twisted' )
11 makedepends=()
12 conflicts=()
13 replaces=()
14 backup=()
15 source=(http://www.billbaxter.com/projects/ezplot/ezplot-$pkgver.tar.gz)
16 md5sums=('d4c96ed8ef5f19a50ea82b4b5bfa9002')
18 build() {
19   cd $startdir/src/ezplot-$pkgver
20   python setup.py install --prefix=/usr --root=$startdir/pkg
21   ## remove the python-egg infos: we don't need them, we have pacman :)
22   /bin/rm -rf $startdir/pkg/usr/lib/python*/site-packages/*egg*