mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/pcsxr: fix licencing information and file naming
This commit is contained in:
parent
aa2ef8d283
commit
9f0479d394
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user