From 9741b163e9c3cf10d5387c2e82e19e8a4a74e9ce Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 27 Jun 2014 11:21:36 -0400 Subject: Add binary packages and finish "install" target. --- 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 -- cgit v0.9.1