mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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>
|
# Maintainer: Cág <ca6c@bitmessage.ch>
|
||||||
pkgname=pcsxr
|
pkgname=pcsxr
|
||||||
pkgver=1.9.92
|
pkgver=1.9.92
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Sony PlayStation emulator"
|
pkgdesc="Sony PlayStation emulator"
|
||||||
url="https://pcsxr.codeplex.com/"
|
url="https://pcsxr.codeplex.com/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-3.0"
|
license="GPL-3.0-or-later"
|
||||||
depends="libtxc_dxtn"
|
depends="libtxc_dxtn"
|
||||||
makedepends="autoconf automake libglade-dev libtool gtk+2.0-dev sdl-dev mesa-dev
|
makedepends="autoconf automake libglade-dev libtool gtk+2.0-dev sdl-dev mesa-dev
|
||||||
libxv-dev libxtst-dev nasm libxxf86vm-dev"
|
libxv-dev libxtst-dev nasm libxxf86vm-dev"
|
||||||
@ -23,9 +23,6 @@ prepare() {
|
|||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
|
||||||
--host=$CHOST \
|
|
||||||
--target=$CTARGET \
|
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-opengl
|
--enable-opengl
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user