void-packages/srcpkgs/ms-sys/template
2016-01-18 14:11:04 +01:00

17 lines
520 B
Bash

# Template file for 'ms-sys'
pkgname=ms-sys
version=2.5.2
revision=1
short_desc="Unix program for writing Microsoft compatible boot records"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://ms-sys.sourceforget.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=fd0ed44254c8c2819bda35fc9824b5d3cbe06d78ff3fe177b64c31fa6e69f430
do_build() {
make CC=$CC PREFIX=/usr ${makejobs}
}
do_install() {
make PREFIX=/usr MANDIR=/usr/share/man DESTDIR=${DESTDIR} install
}