summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-27 11:21:36 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-27 11:22:22 (EDT)
commit9741b163e9c3cf10d5387c2e82e19e8a4a74e9ce (patch)
treef0431cddad022758c82deae535ce830674df444f
parent12b167c71e3a96e452cb3b76c64389dac57a7a4f (diff)
Add binary packages and finish "install" target.
-rw-r--r--bin86-doc.pkg/control6
-rw-r--r--bin86-doc.pkg/files1
-rw-r--r--bin86.pkg/control5
-rw-r--r--bin86.pkg/docs0
-rw-r--r--bin86.pkg/files1
-rwxr-xr-xbuild3
6 files changed, 16 insertions, 0 deletions
diff --git a/bin86-doc.pkg/control b/bin86-doc.pkg/control
new file mode 100644
index 0000000..5553220
--- /dev/null
+++ b/bin86-doc.pkg/control
@@ -0,0 +1,6 @@
+Architecture: all
+Platform: all
+Depends: bin86 (>= ${Source-Version})
+Description: 16-bit binary utilities for Intel 8086 - documentation
+ This package provides manual pages for a 16-bit assembler and linker for the
+ Intel 8086 and later "x86" CPUs.
diff --git a/bin86-doc.pkg/files b/bin86-doc.pkg/files
new file mode 100644
index 0000000..5c4cda8
--- /dev/null
+++ b/bin86-doc.pkg/files
@@ -0,0 +1 @@
+/usr/share/man/man1/*86.1
diff --git a/bin86.pkg/control b/bin86.pkg/control
new file mode 100644
index 0000000..5bce66d
--- /dev/null
+++ b/bin86.pkg/control
@@ -0,0 +1,5 @@
+Architecture: any
+Platform: all
+Description: 16-bit binary utilities for Intel 8086
+ This package provides a 16-bit assembler, linker, and other binary utilities
+ for the Intel 8086 and later "x86" CPUs.
diff --git a/bin86.pkg/docs b/bin86.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/bin86.pkg/docs
diff --git a/bin86.pkg/files b/bin86.pkg/files
new file mode 100644
index 0000000..8cf6cc1
--- /dev/null
+++ b/bin86.pkg/files
@@ -0,0 +1 @@
+/usr/bin/*86
diff --git a/build b/build
index 5a5b489..c4f1bd5 100755
--- a/build
+++ b/build
@@ -16,3 +16,6 @@ install: build
# Remove bcc and ELKS libc things for now.
rm -Rf dest/usr/lib/bcc dest/usr/bin/bcc \
dest/usr/share/man/man1/bcc.1 dest/usr/share/man/man1/elks*.1
+ oh-fixperms
+ oh-strip
+ oh-installfiles