updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / baker / PKGBUILD
blobc6a74c17ee81630b83d1f5d4320a3f9b98efa95c
1 pkgname=baker
2 pkgver=1.02
3 pkgrel=2
4 pkgdesc="Easy, powerful access to Python functions from the command line"
5 arch=(any)
6 url="http://pypi.python.org/pypi/Baker/1.02"
7 license=('Apache License 2.0')
8 depends=('python2')
9 makedepends=('setuptools')
10 source=(http://pypi.python.org/packages/source/B/Baker/Baker-$pkgver.tar.gz)
12 build() {
13     cd $startdir/src/Baker-$pkgver
14     python2 setup.py install --root=$startdir/pkg
16 md5sums=('45fa7d3d83831d14021132ffd0fc553a')