New package: pcsxr-1.9.93 (psx emulator).
This commit is contained in:
parent
3a01ff1adb
commit
303bf2e38a
1 changed files with 27 additions and 0 deletions
27
srcpkgs/pcsxr/template
Normal file
27
srcpkgs/pcsxr/template
Normal file
|
@ -0,0 +1,27 @@
|
|||
# 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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue