void-packages/srcpkgs/seabios/template
2019-12-16 13:09:07 +01:00

25 lines
667 B
Bash

# Template file for 'seabios'
pkgname=seabios
version=1.13.0
revision=1
build_style=gnu-makefile
hostmakedepends="python3"
archs="i686* x86_64*"
short_desc="OSS implementation of a 16-bit x86 BIOS"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="LGPL-3.0-or-later"
homepage="https://www.seabios.org/"
distfiles="https://www.seabios.org/downloads/${pkgname}-${version}.tar.gz"
checksum=37673dc2d6308591b15bdb94e5bcc3e99bdb40198d2247733c43f50b55dbe703
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
}