void-packages/srcpkgs/mednafen/template
2020-05-02 16:21:52 +02:00

26 lines
845 B
Bash

# Template file for 'mednafen'
pkgname=mednafen
version=1.24.2
revision=1
wrksrc="$pkgname"
build_style=gnu-configure
configure_args="--with-libsndfile --enable-alsa $(vopt_enable altivec)
ac_cv_sizeof_off_t=8"
hostmakedepends="pkg-config libtool gettext-devel"
makedepends="libsndfile-devel glu-devel SDL2-devel zlib-devel"
short_desc="Portable, argument(command-line)-driven multi-system emulator"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://mednafen.github.io/"
distfiles="https://mednafen.github.io/releases/files/mednafen-${version}.tar.xz"
checksum=1169ded285bb56d359973d3d332f28e5d2e9e41768a9932383d1a0ef63057c6c
nopie=yes
build_options="altivec"
desc_option_altivec="Enable AltiVec support on PowerPC"
case "$XBPS_TARGET_MACHINE" in
ppc64*) build_options_default="altivec";;
*) ;;
esac