22 lines
603 B
Bash
22 lines
603 B
Bash
# Template file for 'z80ex'
|
|
pkgname=z80ex
|
|
version=1.1.21
|
|
revision=2
|
|
build_style=cmake
|
|
short_desc="ZiLOG Z80 CPU emulation library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://sourceforge.net/projects/z80ex/"
|
|
distfiles="${SOURCEFORGE_SITE}/project/z80ex/z80ex/${version}/z80ex-${version}.tar.gz"
|
|
checksum=6f5e521d068a614b41e10180ad4ae45b1bc258ec28c962543feb9078856c2530
|
|
|
|
z80ex-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.a
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|