diff options
author | Lukc <lukc@upyum.com> | 2010-12-11 19:15:23 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-11 19:15:35 +0100 |
commit | 6d908a38e05b9d4135c65d23114a5874215b5bb8 (patch) | |
tree | b5e6da6d95b9a1235d82032b509b80483a886ff5 /bin86/Pkgfile | |
download | base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.gz base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.bz2 base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.xz base-6d908a38e05b9d4135c65d23114a5874215b5bb8.zip |
Engagement initial.
Diffstat (limited to 'bin86/Pkgfile')
-rw-r--r-- | bin86/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bin86/Pkgfile b/bin86/Pkgfile new file mode 100644 index 0000000..eecf8bb --- /dev/null +++ b/bin86/Pkgfile @@ -0,0 +1,18 @@ +description="8086 assembler and loader which can generate 32-bit code for the 386+ processors" +packager="" +maintainer="CRUX System Team, core-ports at crux dot nu" +url="http://www.cix.co.uk/~mayday/" +depends=() + +name=bin86 +version=0.16.17 +release=1 +source=(http://homepage.ntlworld.com/robert.debath/dev86/bin86-0.16.17.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; + make PREFIX=$PKG/usr install +} |