bin86: update to 0.16.18

This commit is contained in:
Juergen Daubert 2011-04-16 10:18:25 +02:00
parent bbf0c6dc32
commit 98713629a7
2 changed files with 5 additions and 6 deletions

View File

@ -1 +1 @@
c9e8d72dd2e7457b52d0e3164fc199a1 bin86-0.16.17.tar.gz
914068fb649b93642d1cf21857b75699 bin86-0.16.18.tar.gz

View File

@ -1,16 +1,15 @@
# Description: 8086 assembler and loader which can generate 32-bit code for the 386+ processors
# URL: http://www.cix.co.uk/~mayday/
# URL: http://www.debath.co.uk/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=bin86
version=0.16.17
version=0.16.18
release=1
source=(http://homepage.ntlworld.com/robert.debath/dev86/$name-$version.tar.gz)
source=(http://rdebath.nfshost.com/dev86/$name-$version.tar.gz)
build() {
cd $name-$version
make CFLAGS="$CFLAGS -D_POSIX_SOURCE" PREFIX=/usr
mkdir -p $PKG/usr/bin
mkdir -p $PKG/usr/man/man1
mkdir -p $PKG/usr/{bin,man/man1}
make PREFIX=$PKG/usr install
}