testing/libretro-beetle-pce-fast: remove bundled deps

This commit is contained in:
David Demelier 2021-06-01 14:25:02 +02:00 committed by Leo
parent ffd93855b4
commit 7fb2bd6a70

View File

@ -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() {