NAME=e-uae
VERSION=0.8.28
SOURCE=http://www.rcdrummond.net/uae/$NAME-$VERSION/$NAME-$VERSION.tar.bz2
BUILD=${BUILD:-1}
OPTIMIZE=${OPTIMIZE:-"-O2 -pipe"}

build() {
	_explode 0
	cd "$NAME-$VERSION"
	$CONFIGURE \
		--enable-aga \
		--with-sdl-gfx \
		--with-sdl-sound

	make
	make install DESTDIR=$PKG

	_doc 0 $NAME-$VERSION COPYING README docs

	_chfix
	_chgrp_bin
}
