From ef29d63f51a8f8b351a06161370bb538412d9bbb Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 18 Oct 2014 15:29:20 -0400 Subject: Add binary packages --- diff --git a/build b/build index d832004..b84fcdf 100755 --- a/build +++ b/build @@ -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 -- cgit v0.9.1