summaryrefslogtreecommitdiffstats
path: root/bin86/Pkgfile
blob: fc758026f88276039a36e0f2ac33beb547fa6b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}