updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / e-uae / PKGBUILD
bloba137177b2295e15db5b6fcc8af24c6a9d77e4133
1 # Contributor: robb_force <robb_force@holybuffalo.net>
3 pkgname=e-uae
4 pkgver=0.8.29
5 pkgrel=1
6 pkgdesc="A version of the Ubiquitous Amiga Emulator, that attempts to bring many of the great features of WinUAE to non-Windows platforms."
7 url="http://www.rcdrummond.net/uae"
8 license="GPL"
9 arch=(i686 x86_64)
10 replaces=(uae)
11 depends=('gtk2>=2.0.0' 'sdl' 'alsa-lib')
12 makedepends=('zlib')
13 source=(http://www.rcdrummond.net/uae/${pkgname}-${pkgver}-WIP4/${pkgname}-${pkgver}-WIP4.tar.bz2)
14 md5sums=('cbfd7e3d7a1b323331afbb92ea7ff4f0')
16 build() {
17   cd $startdir/src/${pkgname}-${pkgver}-WIP4/
18   ./configure --enable-bsdsock --enable-scsi-device \
19               --with-sdl --with-sdl-gfx --with-sdl-gl \
20               --with-alsa --prefix=/usr
21               # DGA / XF86VidMode incompatible w/ SDL
22               # Uncomment dga/vidmode & comment out sdl to use.
23               #--enable-dga --enable-vidmode
24   make || return 1
25   make prefix=${startdir}/pkg/usr install