Add dropbear 0.38, and fix the source url to 0.36.
authorChris Larson <clarson@kergoth.com>
Fri, 21 Nov 2003 19:06:06 +0000 (19:06 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 21 Nov 2003 19:06:06 +0000 (19:06 +0000)
BKrev: 3fbe621eskqEDv0fT3i7lfjKPI62AQ

dropbear/dropbear_0.36.oe
dropbear/dropbear_0.38.oe [new file with mode: 0644]

index e69de29..6bda95d 100644 (file)
@@ -0,0 +1,14 @@
+DESCRIPTION="Dropbear SSH Implementation"
+LICENSE="MIT"
+DEPENDS=virtual/libc zlib ncurses
+
+SRC_URI="http://matt.ucc.asn.au/dropbear/releases/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
+}
diff --git a/dropbear/dropbear_0.38.oe b/dropbear/dropbear_0.38.oe
new file mode 100644 (file)
index 0000000..e69de29