1 # Contributor: Max Devaine <maxdevaine@gmail.com>
6 pkgdesc='MultiVNC is a cross-platform Multicast-enabled VNC viewer using wxWidgets and libvncclient'
8 url='http://multivnc.sourceforge.net/'
11 conflicts=('multivnc')
13 _gitroot="git://multivnc.git.sourceforge.net/gitroot/multivnc/multivnc"
19 msg "Connecting to GIT server...."
21 if [ -d "$srcdir/$_gitname" ] ; then
22 cd $_gitname && git pull origin
23 msg "The local files are updated."
28 msg "GIT checkout done or server timeout"
29 msg "Starting make..."
31 cd "$srcdir/$_gitname"
34 ./configure --prefix=/usr
36 make DESTDIR="$pkgdir" install
41 # vim:set ts=2 sw=2 et: