updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / gnome-video-arcade-git / PKGBUILD
blobdfcc1430613918843923648893207f89d17b49ac
1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
3 pkgname=gnome-video-arcade-git
4 pkgver=20111019
5 pkgrel=1
6 pkgdesc="GTK3 MAME front-end wich supports both XMAME and SDLMAME(development version)"
7 url="http://mbarnes.github.com/gnome-video-arcade/"
8 arch=('i686' 'x86_64')
9 license=('GPL3')
10 depends=('dconf' 'dbus' 'gconf' 'gnome-common' 'gnome-doc-utils' 'gstreamer0.10-base-plugins' 'gtk3' 'gtk-doc' 'hicolor-icon-theme' 'libwnck3' 'sdlmame' 'sqlite3')
11 makedepends=('git')
12 _gitroot="git://git.gnome.org/gnome-video-arcade"
13 _gitname="gnome-video-arcade"
16 build() {
17   cd $srcdir
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."
23   else
24         git clone $_gitroot
25   fi
27   msg "GIT checkout done or server timeout"
28   msg "Starting make..."
30   sh autogen.sh
31   ./configure --prefix=/usr
32   make
33   make DESTDIR=$pkgdir install