summaryrefslogtreecommitdiff
path: root/content/dropbear-0.36.oe
diff options
context:
space:
mode:
Diffstat (limited to 'content/dropbear-0.36.oe')
-rw-r--r--content/dropbear-0.36.oe14
1 files changed, 0 insertions, 14 deletions
diff --git a/content/dropbear-0.36.oe b/content/dropbear-0.36.oe
deleted file mode 100644
index 12c718ca4a..0000000000
--- a/content/dropbear-0.36.oe
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION="Dropbear SSH Implementation"
-LICENSE="MIT"
-DEPENDS=virtual/libc zlib ncurses
-
-SRC_URI="http://matt.ucc.asn.au/dropbear/dropbear-${PV}.tar.bz2"
-S="${WORKDIR}/${P}"
-
-inherit autotools
-
-CFLAGS_append = " -I${S}/libtomcrypt"
-LD=${CC}
-do_install_prepend () {
- install -d ${D}/usr/sbin ${D}/usr/bin
-}