ms-sys: unbreak build (#1779)
This commit is contained in:
parent
53377097f9
commit
1eb9da08ad
1 changed files with 8 additions and 4 deletions
|
@ -1,13 +1,17 @@
|
|||
# Template file for 'ms-sys'
|
||||
pkgname=ms-sys
|
||||
version=2.5.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="PREFIX=/usr"
|
||||
make_install_args="PREFIX=/usr MANDIR=/usr/share/man"
|
||||
revision=2
|
||||
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=f2a4b3a39dce7fdcc871f011794ac26c1e161991a216124a8a3cde1e8c61a854
|
||||
|
||||
do_build() {
|
||||
make CC=$CC PREFIX=/usr ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
make PREFIX=/usr MANDIR=/usr/share/man DESTDIR=${DESTDIR} install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue