diff options
-rwxr-xr-x | build | 3 | ||||
-rw-r--r-- | dropbear-doc.pkg/control | 7 | ||||
-rw-r--r-- | dropbear-doc.pkg/files | 1 | ||||
-rw-r--r-- | dropbear.pkg/control | 8 | ||||
-rw-r--r-- | dropbear.pkg/docs | 0 | ||||
-rw-r--r-- | dropbear.pkg/files | 5 | ||||
-rw-r--r-- | dropbearconvert.pkg/control | 7 | ||||
-rw-r--r-- | dropbearconvert.pkg/files | 1 |
8 files changed, 32 insertions, 0 deletions
@@ -24,3 +24,6 @@ install: build MULTI=1 oh-autoinstall -- \ PROGRAMS='dropbearconvert' + oh-fixperms + oh-strip + oh-installfiles diff --git a/dropbear-doc.pkg/control b/dropbear-doc.pkg/control new file mode 100644 index 0000000..1787d4f --- /dev/null +++ b/dropbear-doc.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Depends: dropbear (>= ${Source-Version}) +Description: Documentation for Dropbear SSH utilities + ${Common-Description} + . + This package provides documentation for the Dropbear SSH utilities. diff --git a/dropbear-doc.pkg/files b/dropbear-doc.pkg/files new file mode 100644 index 0000000..72ec615 --- /dev/null +++ b/dropbear-doc.pkg/files @@ -0,0 +1 @@ +/usr/share/man/ diff --git a/dropbear.pkg/control b/dropbear.pkg/control new file mode 100644 index 0000000..be4ea76 --- /dev/null +++ b/dropbear.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: libtommath.0, libtomcrypt.0, libz.1 +Description: Small SSH server, client, key generator, and file copy program + ${Common-Description} + . + This package provides the Dropbear SSH server, client, key generator, and file + copy program, all in a single multi-call binary. diff --git a/dropbear.pkg/docs b/dropbear.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dropbear.pkg/docs diff --git a/dropbear.pkg/files b/dropbear.pkg/files new file mode 100644 index 0000000..da6e80a --- /dev/null +++ b/dropbear.pkg/files @@ -0,0 +1,5 @@ +/usr/bin/dbclient +/usr/bin/dropbearkey +/usr/bin/dropbearmulti +/usr/bin/scp +/usr/sbin/dropbear diff --git a/dropbearconvert.pkg/control b/dropbearconvert.pkg/control new file mode 100644 index 0000000..73d538c --- /dev/null +++ b/dropbearconvert.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: dropbear (= ${Binary-Version}), libtommath.0, libtomcrypt.0 +Description: Dropbear and OpenSSH private key converter + ${Common-Description} + . + This package provides the Dropbear SSH key converter. diff --git a/dropbearconvert.pkg/files b/dropbearconvert.pkg/files new file mode 100644 index 0000000..9c6f143 --- /dev/null +++ b/dropbearconvert.pkg/files @@ -0,0 +1 @@ +/usr/bin/dropbearconvert |