2014-01-01 17:16:56 +00:00
|
|
|
# Template file for 'dropbear'
|
|
|
|
pkgname=dropbear
|
2014-11-13 10:44:55 +00:00
|
|
|
version=2014.66
|
|
|
|
revision=1
|
2014-10-13 11:57:03 +00:00
|
|
|
build_options="systemd"
|
2014-01-01 17:16:56 +00:00
|
|
|
build_style="gnu-configure"
|
|
|
|
configure_args="--sbindir=/usr/bin --enable-zlib"
|
|
|
|
makedepends="zlib-devel"
|
2014-01-03 21:19:29 +00:00
|
|
|
make_dirs="/etc/dropbear 0755 root root"
|
2014-10-13 11:57:03 +00:00
|
|
|
short_desc="Small SSH server and client"
|
2014-01-01 17:16:56 +00:00
|
|
|
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"
|
2014-11-13 10:44:55 +00:00
|
|
|
checksum=ab3fe2670a517cc0bbe398ff5d15e9ca12cd14f2fc18930a8111ae2baa64ab76
|
2014-08-01 18:04:02 +00:00
|
|
|
|
2014-01-01 17:16:56 +00:00
|
|
|
post_install() {
|
2014-08-01 18:04:02 +00:00
|
|
|
if [ "$build_option_systemd" ]; then
|
|
|
|
vinstall ${FILESDIR}/dropbear.service 644 usr/lib/systemd/system/
|
|
|
|
fi
|
2014-10-13 11:57:03 +00:00
|
|
|
vsv dropbear
|
2014-08-01 18:04:02 +00:00
|
|
|
vlicense LICENSE
|
2014-01-01 17:16:56 +00:00
|
|
|
}
|