updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / restfulie / PKGBUILD
bloba257770dfb8fd11bba9493e87a75ffe62a73424f
1 # Maintainer: Cesar Ramone <cesar@ovejo.com>
2 pkgname=restfulie
3 pkgver=0.8
4 pkgrel=1
5 pkgdesc="CRUD through HTTP is a good step forward to using resources and becoming RESTful, another step further is to make use of hypermedia aware resources and Restfulie allows you to do it in Python"
6 url="http://restfulie.caelum.com.br/"
7 arch=('i686' 'x86_64')
8 license=('OSI')
9 depends=('python2' 'httplib2')
10 makedepends=()
11 conflicts=()
12 replaces=()
13 backup=()
14 install=
15 source=(http://pypi.python.org/packages/source/r/restfulie/$pkgname-$pkgver.tar.gz)
16 md5sums=('cc9ff456a2281bdd51b226924634853b')
18 build() {
19           cd $startdir/src/$pkgname-$pkgver
20             python2 setup.py build || return 1
21                 python2 setup.py install --prefix=/usr --root=$startdir/pkg || return 1