testing/pcsxr: fix licencing information and file naming

This commit is contained in:
Cág 2018-01-09 20:08:55 +00:00 committed by Leonardo Arena
parent aa2ef8d283
commit 9f0479d394

View File

@ -2,11 +2,11 @@
# Maintainer: Cág <ca6c@bitmessage.ch>
pkgname=pcsxr
pkgver=1.9.92
pkgrel=1
pkgrel=2
pkgdesc="Sony PlayStation emulator"
url="https://pcsxr.codeplex.com/"
arch="all"
license="GPL-3.0"
license="GPL-3.0-or-later"
depends="libtxc_dxtn"
makedepends="autoconf automake libglade-dev libtool gtk+2.0-dev sdl-dev mesa-dev
libxv-dev libxtst-dev nasm libxxf86vm-dev"
@ -23,9 +23,6 @@ prepare() {
build() {
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
--target=$CTARGET \
--prefix=/usr \
--enable-opengl
make