2014-01-01 18:16:56 +01:00
|
|
|
# Template file for 'dropbear'
|
|
|
|
pkgname=dropbear
|
2014-08-20 12:34:44 +02:00
|
|
|
version=2014.65
|
2014-04-13 21:45:19 +02:00
|
|
|
revision=1
|
2014-01-01 18:16:56 +01:00
|
|
|
build_style="gnu-configure"
|
|
|
|
configure_args="--sbindir=/usr/bin --enable-zlib"
|
|
|
|
makedepends="zlib-devel"
|
2014-01-03 22:19:29 +01:00
|
|
|
make_dirs="/etc/dropbear 0755 root root"
|
2014-01-01 18:16:56 +01:00
|
|
|
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"
|
2014-08-20 12:34:44 +02:00
|
|
|
checksum=e20057aa7db0f9ea4efdcbfc6fc6b73a648b47b6ab6a01659472142b06f5f56c
|
2014-08-01 20:04:02 +02:00
|
|
|
|
|
|
|
# Package build options
|
|
|
|
build_options="systemd"
|
2014-01-01 18:16:56 +01:00
|
|
|
|
|
|
|
post_install() {
|
2014-08-01 20:04:02 +02:00
|
|
|
if [ "$build_option_systemd" ]; then
|
|
|
|
vinstall ${FILESDIR}/dropbear.service 644 usr/lib/systemd/system/
|
|
|
|
fi
|
|
|
|
vlicense LICENSE
|
2014-01-01 18:16:56 +01:00
|
|
|
}
|