summaryrefslogtreecommitdiff
path: root/content/dropbear-0.36.oe
blob: 12c718ca4aa3cd2a03fdb3161b050ee602d65c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}