dropbear: use make_dirs instead of .empty

This commit is contained in:
maxice8 2018-09-02 20:34:10 -03:00
parent e886db6e94
commit 1255878439
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'dropbear'
pkgname=dropbear
version=2018.76
revision=1
build_style="gnu-configure"
revision=2
build_style=gnu-configure
configure_args="--enable-zlib"
makedepends="zlib-devel"
short_desc="Small SSH server and client"
@ -11,10 +11,9 @@ license="MIT"
homepage="https://matt.ucc.asn.au/dropbear/dropbear.html"
distfiles="https://matt.ucc.asn.au/${pkgname}/releases/${pkgname}-${version}.tar.bz2"
checksum=f2fb9167eca8cf93456a5fc1d4faf709902a3ab70dd44e352f3acbc3ffdaea65
make_dirs="/etc/dropbear 0755 root root"
post_install() {
vmkdir etc/dropbear
touch ${DESTDIR}/etc/dropbear/.empty
vsv dropbear
vlicense LICENSE
}