updated on Sat Jan 21 12:00:39 UTC 2012
[aur-mirror.git] / pyhumod / PKGBUILD
blobea7120d66c94f3550f62f43fd993517b973bfe22
1  # Maintainer: blitux <blitux at gmail dot com>
2  
3  pkgname=pyhumod
4  pkgver=0.03
5  pkgrel=1
6  pkgdesc="Using Huawei modems in Python."
7  arch=('i686' 'x86_64')
8  url="http://code.google.com/p/pyhumod/"
9  license=('GPL')
10  groups=()
11  depends=('python-pyserial')
12  makedepends=()
13  optdepends=()
14  provides=()
15  conflicts=()
16  replaces=()
17  backup=()
18  options=()
19  install=
20  source=(http://pyhumod.googlecode.com/files/pyhumod-$pkgver.tar.gz)
21  noextract=()
22  md5sums=('481330d25e19d751e1450f6bbfb31118')
24   
25  build() {
26    cd $srcdir/$pkgname-$pkgver
27    python setup.py install --root=$pkgdir || return 1
28  }