vp-build/srcpkgs/seabios/template

26 lines
656 B
Bash

# Template file for 'seabios'
pkgname=seabios
version=1.16.0
revision=1
archs="i686* x86_64*"
build_style=gnu-makefile
hostmakedepends="python3"
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=d44d8e97ad56f3fd23ed3076077a770d37a5e7bae22daa59656ff41c3334fb34
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
}