summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-16 15:09:33 +0200
committertnut <tnut at nutyx dot com>2011-10-16 15:09:33 +0200
commit87e3d40ef2c392b25d6a622917c5bb8f9ce09f70 (patch)
treee9c4a5d70aac5a65c0d2e76f548b3df75707d370 /base
parent995b4ecab132971e736e1c3d723efcbccf24dd9c (diff)
downloadnutyx-extra-87e3d40ef2c392b25d6a622917c5bb8f9ce09f70.tar.gz
nutyx-extra-87e3d40ef2c392b25d6a622917c5bb8f9ce09f70.tar.bz2
nutyx-extra-87e3d40ef2c392b25d6a622917c5bb8f9ce09f70.tar.xz
nutyx-extra-87e3d40ef2c392b25d6a622917c5bb8f9ce09f70.zip
bin86 dans extra
Diffstat (limited to 'base')
-rw-r--r--base/bin86/.footprint.i68612
-rw-r--r--base/bin86/.footprint.x86_6412
-rw-r--r--base/bin86/.md5sum.i6862
-rw-r--r--base/bin86/.md5sum.x86_642
-rw-r--r--base/bin86/Pkgfile20
5 files changed, 0 insertions, 48 deletions
diff --git a/base/bin86/.footprint.i686 b/base/bin86/.footprint.i686
deleted file mode 100644
index 4da5fc07c..000000000
--- a/base/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/base/bin86/.footprint.x86_64 b/base/bin86/.footprint.x86_64
deleted file mode 100644
index 4da5fc07c..000000000
--- a/base/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/base/bin86/.md5sum.i686 b/base/bin86/.md5sum.i686
deleted file mode 100644
index 9f2ba552d..000000000
--- a/base/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/base/bin86/.md5sum.x86_64 b/base/bin86/.md5sum.x86_64
deleted file mode 100644
index 9f2ba552d..000000000
--- a/base/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/base/bin86/Pkgfile b/base/bin86/Pkgfile
deleted file mode 100644
index cc498679f..000000000
--- a/base/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
-}