New package: z80ex-1.1.21
This commit is contained in:
parent
b79ba55abe
commit
f05a8fdfaa
|
@ -2605,3 +2605,5 @@ libKF5WaylandClient.so.5 kwayland-5.26.0_1
|
|||
libKF5IdleTime.so.5 kidletime-5.26.0_1
|
||||
liblmdb.so.0 lmdb-0.9.18_2
|
||||
libisns.so.0 libisns-0.96_1
|
||||
libz80ex.so.1 z80ex-1.1.21_1
|
||||
libz80ex_dasm.so.1 z80ex-1.1.21_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
z80ex
|
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'z80ex'
|
||||
pkgname=z80ex
|
||||
version=1.1.21
|
||||
revision=1
|
||||
build_style=cmake
|
||||
short_desc="ZiLOG Z80 CPU emulation library"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://sourceforge.net/projects/z80ex/"
|
||||
distfiles="${SOURCEFORGE_SITE}/project/z80ex/z80ex/${version}/z80ex-${version}.tar.gz"
|
||||
checksum=6f5e521d068a614b41e10180ad4ae45b1bc258ec28c962543feb9078856c2530
|
||||
|
||||
pre_build() {
|
||||
sed -i 's#/usr/local#/usr#g' Makefile
|
||||
}
|
||||
|
||||
z80ex-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue