summaryrefslogtreecommitdiffstats
path: root/bin86/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'bin86/Pkgfile')
-rw-r--r--bin86/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/bin86/Pkgfile b/bin86/Pkgfile
deleted file mode 100644
index eecf8bb..0000000
--- a/bin86/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-}