void-packages/srcpkgs/bin86/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

22 lines
585 B
Text

# Template file for 'bin86'
pkgname=bin86
version=0.16.18
distfiles="http://www.debath.co.uk/dev86/bin86-$version.tar.gz"
short_desc="A complete 8086 assembler and loader"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=10b1aa5c0813e0bb01b8cab8b06543809e75b06b8e55db462351887c4a9ed831
long_desc="
This package provides a complete 8086 assembler and loader."
Add_dependency run glibc
do_build()
{
make ${makejobs} PREFIX=/usr
}
do_install()
{
install -d ${DESTDIR}/usr/bin ${DESTDIR}/usr/share/man/man1
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man1 install
}