1 # Contributor: Elyess Zouaghi <elyess.tds@gmail.com>
2 # temporary using my repo till the main repo get merged with recent patch
7 pkgdesc="A Qt wrapper around Alpm, Arch Linux Package Management library"
9 url="http://github.com/drf/aqpm.git"
11 depends=('pacman' 'polkit-qt')
12 makedepends=('git' 'cmake>=2.6' 'automoc4')
16 _gitroot="git://github.com/elyess/aqpm.git"
20 msg "Connecting to GIT server...."
27 msg "Local files have been updated."
32 msg "GIT checkout done or server timeout"
34 rm -rf $_gitname-build
35 git clone $_gitname $_gitname-build
38 msg "Starting make..."
40 cmake . -DCMAKE_INSTALL_PREFIX=/usr
42 make DESTDIR="$pkgdir" install