vp-build/srcpkgs/seabios/template

26 lines
656 B
Bash

# Template file for 'seabios'
pkgname=seabios
version=1.14.0
revision=1
build_style=gnu-makefile
hostmakedepends="python3"
archs="i686* x86_64*"
short_desc="OSS implementation of a 16-bit x86 BIOS"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://www.seabios.org/"
distfiles="https://www.seabios.org/downloads/${pkgname}-${version}.tar.gz"
checksum=eb70cc62b29aa83e10a653233acebf4bb154d00d0c87dc2a2c6e2da75e5e81fd
CFLAGS="-Wno-error -Wno-array-bounds"
pre_build() {
rm -f ${XBPS_WRAPPERDIR}/strip
}
do_install() {
vmkdir usr/share/seabios
vcopy out/bios.bin usr/share/seabios
vcopy docs usr/share/seabios
}