1 # Maintainer: archtux <antonio.arias99999@gmail.com>
6 pkgdesc="Python library to simplify access to movies on apple.com/trailers"
7 url="http://code.google.com/p/pytrailer/"
13 _gitroot="http://github.com/sochotnicky/pytrailer.git"
18 msg "Connecting to GIT server...."
20 if [ -d $srcdir/$_gitname ] ; then
21 cd $_gitname && git pull --rebase
26 msg "GIT checkout done or server timeout"
27 msg "Starting make..."
30 python setup.py install --root $pkgdir