# Maintainer: theo - nl2stk

pkgname=fceu
pkgver=0.98.12
pkgrel=2
pkgdesc="FCE Ultra, an 8 bit NES emulator"
url="http://www.original.site.no.longer.available.com"
license=('custom')
depends=('uclibc' 'sdl' 'zlib')
makedepends=('uclibc-devel' 'sdl-devel' 'zlib-devel')
source=(http://archive.ubuntu.com/ubuntu/pool/universe/f/fceu/fceu_0.98.12.orig.tar.gz)

build() {
  cd "$srcdir/$pkgname-$pkgver"

  ./configure --prefix=/usr --host=i386-pc-linux-gnu --build=i386-pc-linux-gnu

  make || return 1
  make DESTDIR=${pkgdir} install
}

md5sums=('44be8684c2280111b178c1925be79c08')
