Skip to content
Snippets Groups Projects
Commit c0d2fa56 authored by Max Rees's avatar Max Rees
Browse files

user/mednafen: +makedepends=zlib-dev

parent 7a432a9d
Branches emulators
No related tags found
No related merge requests found
......@@ -2,22 +2,23 @@
# Maintainer: Horst Burkhardt <horst@adelielinux.org>
pkgname=mednafen
pkgver=1.21.2
pkgrel=0
pkgdesc="an emulator for various home gaming consoles"
pkgrel=1
pkgdesc="An emulator for various home gaming consoles"
url="https://mednafen.github.io/"
arch="all !s390x"
options="!check" # mednafen does not ship actual tests
options="!check" # mednafen does not ship actual tests
subpackages="$pkgname-lang"
license="GPL-2.0-only"
depends=""
makedepends="libogg-dev libvorbis-dev flac-dev lzo-dev sdl2-dev libsndfile-dev alsa-lib-dev"
makedepends="libogg-dev libvorbis-dev flac-dev lzo-dev sdl2-dev libsndfile-dev
alsa-lib-dev zlib-dev"
source="https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname"
build() {
cd "$builddir"
./configure --prefix=/usr --enable-ss=no
make
make
}
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