1 # Contributor: ianux <ianux@free.fr>
5 pkgdesc="Amiga emulator for *nix systems - successor of E-UAE"
7 url="http://github.com/GnoStiC/PUAE"
9 depends=('alsa-lib' 'gtk2' 'libgl' 'sdl')
11 conflict=('e-uae' 'uae')
15 _gitroot="http://github.com/GnoStiC/PUAE.git"
20 msg "Connecting to GIT server...."
22 if [ -d $_gitname ] ; then
23 cd $_gitname && git pull origin
24 msg "The local files are updated."
26 git clone $_gitroot $_gitname
29 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
32 rm -rf "$srcdir/$_gitname-build"
33 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
34 cd "$srcdir/$_gitname-build"
37 ./configure --prefix=/usr \
43 # --enable-scsi-device
45 make DESTDIR="$pkgdir" install