vp-build/srcpkgs/pcsxr/template

25 lines
862 B
Bash

# Template file for 'pcsxr'
pkgname=pcsxr
version=1.9.93
revision=5
lib32disabled=yes
wrksrc="${pkgname}"
build_style=gnu-configure
configure_args="--enable-libcdio --enable-opengl"
hostmakedepends="pkg-config automake libtool intltool glib-devel gettext-devel nasm"
makedepends="libXv-devel libXtst-devel libcdio-devel SDL-devel gtk+3-devel"
depends="desktop-file-utils"
short_desc="A Sony PlayStation (PSX) emulator based on the PCSX-df project"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://pcsxr.codeplex.com/"
distfiles="https://sources.archlinux.org/other/community/pcsxr/pcsxr-${version}.tar.bz2"
checksum=4d114bb8cd6a278d28c35020d62b928be4be7d6a1d45d7da3c808e4a4681fd9d
nocross="https://build.voidlinux.eu/builders/aarch64_builder/builds/7365/steps/shell_3/logs/stdio"
pre_configure() {
autoreconf -fi
intltoolize -f
}