e68cafebdb7b014699ea32dee34442c3629466de
[vuplus_openembedded] / dropbear / dropbear_0.41.oe
1 DESCRIPTION = "Dropbear SSH Implementation"
2 LICENSE = "MIT"
3 DEPENDS = "virtual/libc zlib ncurses"
4
5 SRC_URI="http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
6          file://${FILESDIR}/configure.patch;patch=1"
7 S = "${WORKDIR}/${P}"
8
9 inherit autotools
10
11 CFLAGS_prepend = "-I. "
12 LD = "${CC}"
13 do_install_prepend () {
14         install -d ${D}${sbindir} ${D}${bindir}
15 }