summaryrefslogtreecommitdiffstats
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
parent71e521c65d470f82051c5d39f7f298c3103c2c18 (diff)
downloadbase-847b9c4a67d848fd89aef95811a163017f574d2d.tar.gz
base-847b9c4a67d848fd89aef95811a163017f574d2d.tar.bz2
base-847b9c4a67d848fd89aef95811a163017f574d2d.tar.xz
base-847b9c4a67d848fd89aef95811a163017f574d2d.zip
Recette de bin86 retirée.
-rw-r--r--bin86/.footprint11
-rw-r--r--bin86/.md5sum1
-rw-r--r--bin86/Pkgfile18
-rw-r--r--bin86/Pkgfile.old16
4 files changed, 0 insertions, 46 deletions
diff --git a/bin86/.footprint b/bin86/.footprint
deleted file mode 100644
index 32d3b40..0000000
--- a/bin86/.footprint
+++ /dev/null
@@ -1,11 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/as86
--rwxr-xr-x root/root usr/bin/ld86
-lrwxrwxrwx root/root usr/bin/nm86 -> objdump86
--rwxr-xr-x root/root usr/bin/objdump86
-lrwxrwxrwx root/root usr/bin/size86 -> objdump86
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/as86.1.gz
--rw-r--r-- root/root usr/man/man1/ld86.1.gz
diff --git a/bin86/.md5sum b/bin86/.md5sum
deleted file mode 100644
index a1be0ff..0000000
--- a/bin86/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-c9e8d72dd2e7457b52d0e3164fc199a1 bin86-0.16.17.tar.gz
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
-}
diff --git a/bin86/Pkgfile.old b/bin86/Pkgfile.old
deleted file mode 100644
index 60a547c..0000000
--- a/bin86/Pkgfile.old
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: 8086 assembler and loader which can generate 32-bit code for the 386+ processors
-# URL: http://www.cix.co.uk/~mayday/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-
-name=bin86
-version=0.16.17
-release=1
-source=(http://homepage.ntlworld.com/robert.debath/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
- make PREFIX=$PKG/usr install
-}