1 # Maintainer: PyrO_70 <brieuc.roblin at gmail dot com>
2 pkgname=ptmegaupload-git
5 pkgdesc="Megaupload Search & Download (Requires premium account)"
7 url=http://www.pyrotools.org/
12 _gitroot=git://gitorious.org/ptmegaupload/ptmegaupload.git
18 msg2 "Connecting to GIT server..."
20 if [ -d ${_gitname} ] ; then
21 ( cd ${_gitname} && git pull )
23 git clone ${_gitroot} ${_gitname}
28 msg2 "Starting make..."
29 qmake INSTALL_PREFIX=/usr INTERFACE=gui
34 cd "$srcdir/$_gitname"
36 make INSTALL_ROOT=${pkgdir} install