1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
3 pkgname=gnome-video-arcade-git
6 pkgdesc="GTK3 MAME front-end wich supports both XMAME and SDLMAME(development version)"
7 url="http://mbarnes.github.com/gnome-video-arcade/"
10 depends=('dconf' 'dbus' 'gconf' 'gnome-common' 'gnome-doc-utils' 'gstreamer0.10-base-plugins' 'gtk3' 'gtk-doc' 'hicolor-icon-theme' 'libwnck3' 'sdlmame' 'sqlite3')
12 _gitroot="git://git.gnome.org/gnome-video-arcade"
13 _gitname="gnome-video-arcade"
18 msg "Connecting to GIT server...."
20 if [ -d $srcdir/$_gitname ] ; then
21 cd $_gitname && git pull origin
22 msg "The local files are updated."
27 msg "GIT checkout done or server timeout"
28 msg "Starting make..."
31 ./configure --prefix=/usr
33 make DESTDIR=$pkgdir install