1 # Contributor: Apkawa <apkawa@gmail.com>
6 pkgdesc="PyQt GUI for uimge - picture uploader to different imagehostings"
8 url="http://code.google.com/p/quimge/"
11 depends=('python2' 'uimge-git' 'python2-qt' 'qt')
14 _gitroot="git://github.com/Apkawa/quimge.git"
17 msg "Connecting to $_gitroot GIT server...."
19 if [ -d ${srcdir}/$_gitname ] ; then
20 cd $_gitname && git pull origin
21 msg "The local files are updated."
26 msg "GIT checkout done or server timeout"
27 msg "Starting make..."
29 cd ${srcdir}/${_gitname}
30 python2 setup.py build -f install -f --root $startdir/pkg --prefix=/usr || return 1