summaryrefslogtreecommitdiffstats
path: root/bin86/Pkgfile.old
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 05:03:14 +0100
committerLukc <lukc@upyum.com>2010-12-12 05:03:14 +0100
commitf04de4a3ba2d1b68d9a32149a1154548c816d433 (patch)
tree911a5debd21e3046d87f2e1a751ff54dd6a72c90 /bin86/Pkgfile.old
parent9c6b0be2773162a4d9a344371656cdfb510e1875 (diff)
downloaddevel-f04de4a3ba2d1b68d9a32149a1154548c816d433.tar.gz
devel-f04de4a3ba2d1b68d9a32149a1154548c816d433.tar.bz2
devel-f04de4a3ba2d1b68d9a32149a1154548c816d433.tar.xz
devel-f04de4a3ba2d1b68d9a32149a1154548c816d433.zip
Recette de bin86 ajoutée.
Diffstat (limited to 'bin86/Pkgfile.old')
-rw-r--r--bin86/Pkgfile.old16
1 files changed, 16 insertions, 0 deletions
diff --git a/bin86/Pkgfile.old b/bin86/Pkgfile.old
new file mode 100644
index 0000000..60a547c
--- /dev/null
+++ b/bin86/Pkgfile.old
@@ -0,0 +1,16 @@
+# 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
+}