diff options
-rw-r--r-- | bin86-doc.pkg/control | 6 | ||||
-rw-r--r-- | bin86-doc.pkg/files | 1 | ||||
-rw-r--r-- | bin86.pkg/control | 5 | ||||
-rw-r--r-- | bin86.pkg/docs | 0 | ||||
-rw-r--r-- | bin86.pkg/files | 1 | ||||
-rwxr-xr-x | build | 3 |
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 @@ -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 |