description="8086 assembler and loader which can generate 32-bit code for the 386+ processors."
packager="CRUX System Team <core-ports AT crux DOT nu>"
maintainer="Lukc <lukc AT upyum DOT com>"
url="http://www.cix.co.uk/~mayday/"
depends=()

name=bin86
version=0.16.17
release=1
source=(http://homepage.ntlworld.com/robert.debath/dev86/$name-$version.tar.gz)
build () 
{ 
	cd $name-$version;
	make CFLAGS="$CFLAGS -D_POSIX_SOURCE" PREFIX=$prefix MANDIR=$mandir;
	mkdir -p $PKG$bindir;
	mkdir -p $PKG$mandir/man1;
	make PREFIX=$PKG$prefix MANDIR=$PKG$mandir install
}