mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
580 B
Plaintext
17 lines
580 B
Plaintext
PKG_NAME="dropbear"
|
|
PKG_VERSION="0.52"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html"
|
|
PKG_URL="http://matt.ucc.asn.au/dropbear/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS="zlib connman"
|
|
PKG_BUILD_DEPENDS="toolchain zlib"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="security"
|
|
PKG_SHORTDESC="dropbear: A relatively small SSH 2 server and client"
|
|
PKG_LONGDESC="Dropbear is a relatively small SSH 2 server and client suitable for embedded systems. It runs on a variety of POSIX-based platforms."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="yes"
|