core/bin86/Pkgfile

18 lines
570 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: 8086 assembler and loader which can generate 32-bit code for the 386+ processors
2014-06-05 13:32:41 +02:00
# URL: http://v3.sk/~lkundrak/dev86/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=bin86
2014-06-05 13:32:41 +02:00
version=0.16.21
2006-02-23 16:26:10 +01:00
release=1
2014-06-05 13:32:41 +02:00
source=(http://v3.sk/~lkundrak/dev86/$name-$version.tar.gz \
$name-x86_64.patch)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
patch -p1 -i $SRC/$name-x86_64.patch
make -j1 CFLAGS="$CFLAGS -D_POSIX_SOURCE" PREFIX=/usr
install -d $PKG/usr/{bin,share/man/man1}
make PREFIX=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install
2006-02-23 16:26:10 +01:00
}