1 # Maintainer: Soulou <leo@soulou.fr>
6 pkgdesc="Pkg++ is a powerfull packages builder"
9 url="http://devel.upyum.com/pkgxx"
10 depends=('pacman' 'zsh')
11 makedepends=('pkgconfig' 'git')
16 _gitroot="git://devel.upyum.com/pkgxx.git"
22 msg "Connecting to devel.upyum.com GIT server...."
24 if [ -d ${srcdir}/$_gitname ] ; then
25 cd $_gitname && git pull origin
26 msg "The local files are updated."
31 cd ${srcdir}/$_gitname
32 ./configure --prefix=/usr
34 make DESTDIR="$pkgdir/" install