void-packages/srcpkgs/mednafen/template
2017-09-19 09:58:54 +00:00

23 lines
749 B
Bash

# Template file for 'mednafen'
pkgname=mednafen
version=0.9.48
revision=1
wrksrc="$pkgname"
build_style=gnu-configure
configure_args="--with-libcdio --with-libsndfile --enable-alsa"
hostmakedepends="pkg-config"
makedepends="libcdio-devel libsndfile-devel glu-devel SDL_net-devel zlib-devel"
short_desc="Portable, argument(command-line)-driven multi-system emulator"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://mednafen.sourceforge.net/"
distfiles="https://mednafen.github.io/releases/files/mednafen-${version}.tar.xz"
checksum=d3cc0c838f496511946d6ea18fda5965d2b71577c610acc811835cc87d152102
nopie=yes
pre_build() {
# XXX not sure what's going on with those asserts.
sed -i '/assert/d' src/hash/sha{1,256}.cpp
}