summaryrefslogtreecommitdiffstats
path: root/extra/bin86
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/bin86
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/bin86')
-rw-r--r--extra/bin86/.footprint.i68612
-rw-r--r--extra/bin86/.footprint.x86_6412
-rw-r--r--extra/bin86/.md5sum.i6862
-rw-r--r--extra/bin86/.md5sum.x86_642
-rw-r--r--extra/bin86/Pkgfile20
5 files changed, 0 insertions, 48 deletions
diff --git a/extra/bin86/.footprint.i686 b/extra/bin86/.footprint.i686
deleted file mode 100644
index 4da5fc07c..000000000
--- a/extra/bin86/.footprint.i686
+++ /dev/null
@@ -1,12 +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/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/as86.1.gz
--rw-r--r-- root/root usr/share/man/man1/ld86.1.gz
diff --git a/extra/bin86/.footprint.x86_64 b/extra/bin86/.footprint.x86_64
deleted file mode 100644
index 4da5fc07c..000000000
--- a/extra/bin86/.footprint.x86_64
+++ /dev/null
@@ -1,12 +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/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/as86.1.gz
--rw-r--r-- root/root usr/share/man/man1/ld86.1.gz
diff --git a/extra/bin86/.md5sum.i686 b/extra/bin86/.md5sum.i686
deleted file mode 100644
index 9f2ba552d..000000000
--- a/extra/bin86/.md5sum.i686
+++ /dev/null
@@ -1,2 +0,0 @@
-4c04c0af7c2ba637d61e67eac2a59840 bin86-0.16.17-x86_64-1.patch
-c9e8d72dd2e7457b52d0e3164fc199a1 bin86-0.16.17.tar.gz
diff --git a/extra/bin86/.md5sum.x86_64 b/extra/bin86/.md5sum.x86_64
deleted file mode 100644
index 9f2ba552d..000000000
--- a/extra/bin86/.md5sum.x86_64
+++ /dev/null
@@ -1,2 +0,0 @@
-4c04c0af7c2ba637d61e67eac2a59840 bin86-0.16.17-x86_64-1.patch
-c9e8d72dd2e7457b52d0e3164fc199a1 bin86-0.16.17.tar.gz
diff --git a/extra/bin86/Pkgfile b/extra/bin86/Pkgfile
deleted file mode 100644
index cc498679f..000000000
--- a/extra/bin86/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Environnement de dev pour 8086
-# URL: http://www.cix.co.uk/~mayday/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=bin86
-version=0.16.17
-release=3
-source=(http://homepage.ntlworld.com/robert.debath/dev86/$name-$version.tar.gz\
- http://nutyx.meticul.eu/files/patchs/$name/$name-$version-x86_64-1.patch)
-build() {
- cd $name-$version
- if [ "`uname -m`" == "x86_64" ]; then
- patch -Np1 -i ../bin86-0.16.17-x86_64-1.patch
- fi
- make CFLAGS="$CFLAGS -D_POSIX_SOURCE" PREFIX=/usr
- mkdir -p $PKG/usr/bin
- mkdir -p $PKG/usr/share/man/man1
- make PREFIX=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install
-}