# Contributor: Horst Burkhardt # Maintainer: Horst Burkhardt pkgname=mednafen pkgver=1.21.2 pkgrel=0 pkgdesc="an emulator for various home gaming consoles" url="https://mednafen.github.io/" arch="all !s390x" options="!check" # mednafen does not ship actual tests subpackages="$pkgname-doc" license="GPL-2.0-only" depends="" makedepends="libogg-dev libvorbis-dev flac-dev lzo-dev sdl2-dev libsndfile-dev alsa-lib-dev" source="https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname" build() { cd "$builddir" ./configure --prefix=/usr --enable-ss=no make } package() { make install } sha512sums="f1eef8cfccc26a40587d0d2c4f7c4aa74ede90889869d620c127e26a500650a4cec801e3fb6d38a62b441e986234803d9ec2099c85ac06f1448c61039de927ed mednafen-1.21.2.tar.xz"