summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-08 15:47:38 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-08 15:47:38 +0200
commit39b77c09166c2c1f0cb39f8c6eb1a159947ab783 (patch)
tree82cfacb821bcf1e696a89bf1a66f6d8a39362473 /base
parent9e4b755b0475eff5d2d8ce6c90e9ea3dafb54597 (diff)
downloadnutyx-pakxe-39b77c09166c2c1f0cb39f8c6eb1a159947ab783.tar.gz
nutyx-pakxe-39b77c09166c2c1f0cb39f8c6eb1a159947ab783.tar.bz2
nutyx-pakxe-39b77c09166c2c1f0cb39f8c6eb1a159947ab783.tar.xz
nutyx-pakxe-39b77c09166c2c1f0cb39f8c6eb1a159947ab783.zip
Ajout de bin86#0.16.17-2
Diffstat (limited to 'base')
-rw-r--r--base/bin86/.footprint12
-rw-r--r--base/bin86/.md5sum1
-rw-r--r--base/bin86/Pkgfile18
3 files changed, 31 insertions, 0 deletions
diff --git a/base/bin86/.footprint b/base/bin86/.footprint
new file mode 100644
index 000000000..4da5fc07c
--- /dev/null
+++ b/base/bin86/.footprint
@@ -0,0 +1,12 @@
+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 b/base/bin86/.md5sum
new file mode 100644
index 000000000..a1be0ff6f
--- /dev/null
+++ b/base/bin86/.md5sum
@@ -0,0 +1 @@
+c9e8d72dd2e7457b52d0e3164fc199a1 bin86-0.16.17.tar.gz
diff --git a/base/bin86/Pkgfile b/base/bin86/Pkgfile
new file mode 100644
index 000000000..2f45b9299
--- /dev/null
+++ b/base/bin86/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Environnement de dev pour 8086
+# URL: http://www.cix.co.uk/~mayday/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: glibc
+
+name=bin86
+version=0.16.17
+release=2
+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/share/man/man1
+ make PREFIX=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install
+}