1 # Maintainer: Kelytha <kelytharun _AT_ gmail>
2 # Contributor: ianux <ianux@free.fr>
6 pkgdesc="Qt build of the PUAE Amiga emulator"
8 url="http://github.com/GnoStiC/PUAE"
10 depends=('alsa-lib' 'qt' 'libgl' 'sdl' 'zlib' 'glib2' 'freetype' 'libpng')
12 conflict=('e-uae' 'uae')
16 _gitroot="http://github.com/GnoStiC/PUAE.git"
21 msg "Connecting to GIT server...."
23 if [ -d $_gitname ] ; then
24 cd $_gitname && git pull origin
25 msg "The local files are updated."
27 git clone $_gitroot $_gitname
30 msg "GIT checkout done or server timeout"
31 msg "Starting make..."
33 rm -rf "$srcdir/$_gitname-build"
34 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
35 cd "$srcdir/$_gitname-build"
38 ./configure --prefix=/usr \
47 make DESTDIR="$pkgdir" install