28 lines
781 B
Plaintext
28 lines
781 B
Plaintext
|
# Template file for 'pcsxr'
|
||
|
pkgname=pcsxr
|
||
|
version=1.9.93
|
||
|
revision=1
|
||
|
wrksrc="${pkgname}"
|
||
|
build_style=gnu-configure
|
||
|
configure_args="--enable-libcdio --enable-opengl"
|
||
|
hostmakedepends="pkg-config automake libtool intltool gettext-devel nasm"
|
||
|
makedepends="libXv-devel libcdio-devel SDL-devel gtk+3-devel desktop-file-utils"
|
||
|
short_desc="A Sony PlayStation (PSX) emulator based on the PCSX-df project"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
license="GPL"
|
||
|
homepage="http://pcsxr.codeplex.com/"
|
||
|
distfiles="ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${version}.tar.bz2"
|
||
|
checksum=4d114bb8cd6a278d28c35020d62b928be4be7d6a1d45d7da3c808e4a4681fd9d
|
||
|
|
||
|
pre_configure() {
|
||
|
autoreconf -fi
|
||
|
intltoolize -f
|
||
|
}
|
||
|
|
||
|
pcsxr_package() {
|
||
|
depends="desktop-file-utils"
|
||
|
pkg_install() {
|
||
|
vmove all
|
||
|
}
|
||
|
}
|