Package Details: z80e 0.5.3-2

Git Clone URL: https://aur.archlinux.org/z80e.git (read-only, click to copy)
Package Base: z80e
Description: An emulation library and client programs for z80 calculators
Upstream URL: https://github.com/KnightOS/z80e
Licenses: MIT
Groups: knightos
Submitter: None
Maintainer: aviallon
Last Packager: aviallon
Votes: 3
Popularity: 0.000000
First Submitted: 2014-11-08 17:39 (UTC)
Last Updated: 2021-02-08 09:27 (UTC)

Required by (1)

Sources (1)

Latest Comments

simona commented on 2021-02-07 11:13 (UTC)

Could NOT find SCAS (missing: SCAS_LIBRARIES)

simona commented on 2021-02-05 19:02 (UTC)

error making: z80e

aviallon commented on 2020-05-29 08:29 (UTC)

I had to do some fixes for it to work, but here is a patch for the latest version

diff --git a/PKGBUILD b/PKGBUILD
index 214e915..6c8d1a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Drew DeVault <sir@cmpwn.com>
 pkgname=z80e
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 license=('MIT')
 pkgdesc='An emulation library and client programs for z80 calculators'
@@ -9,10 +9,11 @@ makedepends=("cmake" "asciidoc")
 arch=("x86_64")
 url='https://github.com/KnightOS/z80e'
 source=("$pkgname-$pkgver.tar.gz::https://github.com/KnightOS/z80e/archive/$pkgver.tar.gz")
-md5sums=('cef93422186f55541be34aee0004bbb8')
+md5sums=('cec89fd0b0eecc63b616eabbe973ac4f')

 build() {
        cd "${pkgname}-${pkgver}"
+       echo "TARGET_LINK_LIBRARIES(z80e-sdl SDL2)" >> frontends/sdl/CMakeLists.txt
        cmake -Denable-sdl=YES -DCMAKE_INSTALL_PREFIX=/usr .
        make
 }

aviallon commented on 2020-05-29 07:47 (UTC)

Version 0.5.0 is out