Skip to content
Snippets Groups Projects
Commit 7fb2bd6a authored by David Demelier's avatar David Demelier Committed by Leo
Browse files

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

parent ffd93855
1 merge request!21920testing/libretro-beetle-pce-fast: remove bundled deps
Pipeline #83494 passed
...@@ -2,18 +2,20 @@ ...@@ -2,18 +2,20 @@
# Maintainer: David Demelier <markand@malikania.fr> # Maintainer: David Demelier <markand@malikania.fr>
pkgname=libretro-beetle-pce-fast pkgname=libretro-beetle-pce-fast
pkgver=0_git20210412 pkgver=0_git20210412
pkgrel=0 pkgrel=1
_commit="b29972b83e54599239781efd6c0c2d77ad65f3b7" _commit="b29972b83e54599239781efd6c0c2d77ad65f3b7"
pkgdesc="standalone fork of Mednafen PCE Fast to libretro" pkgdesc="standalone fork of Mednafen PCE Fast to libretro"
url="https://github.com/libretro/beetle-pce-fast-libretro" url="https://github.com/libretro/beetle-pce-fast-libretro"
arch="all" arch="all"
license="GPL-2.0-only" 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" source="$pkgname-$_commit.tar.gz::https://github.com/libretro/beetle-pce-fast-libretro/archive/$_commit.tar.gz"
builddir="$srcdir/beetle-pce-fast-libretro-$_commit" builddir="$srcdir/beetle-pce-fast-libretro-$_commit"
options="!check" # No tests options="!check" # No tests
build() { build() {
make rm -rf deps/zlib*
make SYSTEM_ZLIB=1
} }
package() { package() {
......
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