23 lines
723 B
Text
23 lines
723 B
Text
# Template file for 'dropbear'
|
|
pkgname=dropbear
|
|
version=2014.66
|
|
revision=1
|
|
build_options="systemd"
|
|
build_style="gnu-configure"
|
|
configure_args="--sbindir=/usr/bin --enable-zlib"
|
|
makedepends="zlib-devel"
|
|
make_dirs="/etc/dropbear 0755 root root"
|
|
short_desc="Small SSH server and client"
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
license="MIT"
|
|
homepage="https://matt.ucc.asn.au/dropbear/dropbear.html"
|
|
distfiles="https://matt.ucc.asn.au/${pkgname}/releases/${pkgname}-${version}.tar.bz2"
|
|
checksum=ab3fe2670a517cc0bbe398ff5d15e9ca12cd14f2fc18930a8111ae2baa64ab76
|
|
|
|
post_install() {
|
|
if [ "$build_option_systemd" ]; then
|
|
vinstall ${FILESDIR}/dropbear.service 644 usr/lib/systemd/system/
|
|
fi
|
|
vsv dropbear
|
|
vlicense LICENSE
|
|
}
|