20 lines
556 B
Bash
20 lines
556 B
Bash
# Template file for 'ms-sys'
|
|
pkgname=ms-sys
|
|
version=2.7.0
|
|
revision=1
|
|
hostmakedepends="gettext"
|
|
short_desc="Unix program for writing Microsoft compatible boot records"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://ms-sys.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/ms-sys/ms-sys-${version}.tar.gz"
|
|
checksum=6b846cf41c17fe78467cb6cdcea41aa56bf3c211c828b7c569e84962ccd0f514
|
|
|
|
do_build() {
|
|
make CC=$CC PREFIX=/usr ${makejobs}
|
|
}
|
|
|
|
do_install() {
|
|
make PREFIX=/usr MANDIR=/usr/share/man DESTDIR=${DESTDIR} install
|
|
}
|