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

testing/libretro-beetle-supergrafx: remove bundled deps

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