Skip to content
Snippets Groups Projects
Commit 9f0479d3 authored by Cág Corvus's avatar Cág Corvus Committed by Leonardo Arena
Browse files

testing/pcsxr: fix licencing information and file naming

parent aa2ef8d2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment