25 lines
845 B
Bash
25 lines
845 B
Bash
# Template file for 'mednafen'
|
|
pkgname=mednafen
|
|
version=1.24.1
|
|
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=a47adf3faf4da66920bebb9436e28cbf87ff66324d0bb392033cbb478b675fe7
|
|
nopie=yes
|
|
|
|
build_options="altivec"
|
|
desc_option_altivec="Enable AltiVec support on PowerPC"
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
ppc64*) build_options_default="altivec";;
|
|
*) ;;
|
|
esac
|