updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / pdfcrowd / PKGBUILD
blob7b348dffbdaaf2709ab414b34a19d9b0f63ce960
1 #Contributor: lang2 <wenzhi.liang@gmail.com>
3 pkgname=pdfcrowd
4 pkgver=1.5
5 pkgrel=1
6 pkgdesc="python API for pdfcrowd.com"
7 url="http://pdfcrowd.com/doc/api/#python"
8 depends=('python')
9 arch=(any)
10 license=('GPL')
11 source=('http://pdfcrowd.com/static/clients/python/pdfcrowd-1.5.zip')
12 md5sums=('db53d38012ca6f998da873b47b8e3425')
14 build() 
16   cd $startdir/src/$pkgname-$pkgver
17   python setup.py install --root=$startdir/pkg/