1 # Maintainer: ianux <ianux@free.fr>
3 pkgname=gnome-video-arcade
6 pkgdesc="Simple GTK3 MAME front-end wich supports both XMAME and SDLMAME."
8 url="http://mbarnes.github.com/gnome-video-arcade/"
10 depends=('dconf' 'dbus' 'gtk3' 'libwnck3' 'gstreamer0.10-base-plugins' 'hicolor-icon-theme' 'sdlmame' 'sqlite3')
11 makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
12 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
13 sha256sums=('fb3d6c581f80dff41ee048e9dfa958382c864d926bd802f4d6b4a55575622b66')
14 install=${pkgname}.install
17 cd ${srcdir}/${pkgname}-${pkgver}
18 export LDFLAGS="$LDFLAGS -lX11"
19 ./configure --prefix=/usr --disable-scrollkeeper
24 cd ${srcdir}/${pkgname}-${pkgver}
25 make DESTDIR=${pkgdir} install