mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/libretro-beetle-pce-fast: remove bundled deps
This commit is contained in:
parent
ffd93855b4
commit
7fb2bd6a70
@ -2,18 +2,20 @@
|
||||
# Maintainer: David Demelier <markand@malikania.fr>
|
||||
pkgname=libretro-beetle-pce-fast
|
||||
pkgver=0_git20210412
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_commit="b29972b83e54599239781efd6c0c2d77ad65f3b7"
|
||||
pkgdesc="standalone fork of Mednafen PCE Fast to libretro"
|
||||
url="https://github.com/libretro/beetle-pce-fast-libretro"
|
||||
arch="all"
|
||||
license="GPL-2.0-only"
|
||||
makedepends="zlib-dev"
|
||||
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/beetle-pce-fast-libretro/archive/$_commit.tar.gz"
|
||||
builddir="$srcdir/beetle-pce-fast-libretro-$_commit"
|
||||
options="!check" # No tests
|
||||
|
||||
build() {
|
||||
make
|
||||
rm -rf deps/zlib*
|
||||
make SYSTEM_ZLIB=1
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user