summaryrefslogtreecommitdiffstats
path: root/bin86/Pkgfile
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 04:55:48 +0100
committerLukc <lukc@upyum.com>2010-12-12 04:55:48 +0100
commit847b9c4a67d848fd89aef95811a163017f574d2d (patch)
tree6629ad41e172344ca511e937ef8aceec40718753 /bin86/Pkgfile
parent71e521c65d470f82051c5d39f7f298c3103c2c18 (diff)
downloadbase-847b9c4a67d848fd89aef95811a163017f574d2d.tar.gz
base-847b9c4a67d848fd89aef95811a163017f574d2d.tar.bz2
base-847b9c4a67d848fd89aef95811a163017f574d2d.tar.xz
base-847b9c4a67d848fd89aef95811a163017f574d2d.zip
Recette de bin86 retirée.
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
-}