1 #Maintainer: Randy Heydon <randy.heydon at clockworklab dot net>
2 pkgname=python-pylibftdi
5 pkgdesc="Pythonic interface to FTDI devices using libftdi"
7 url="http://bitbucket.org/codedstructure/pylibftdi"
9 depends=('python' 'libftdi')
10 source=(http://pypi.python.org/packages/source/p/pylibftdi/pylibftdi-$pkgver.tar.gz)
11 md5sums=('3631821a79a281c27d5816cadec52fe4')
14 cd $srcdir/pylibftdi-$pkgver
15 python ./setup.py install --root=$pkgdir --optimize=1 || return 1
16 install -Dm 644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE