mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
dropbear: remove systemd build option (#1736)
This commit is contained in:
parent
fe9118cd44
commit
32367a01d6
2 changed files with 2 additions and 16 deletions
|
@ -1,10 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Dropbear SSH Daemon
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'dropbear'
|
# Template file for 'dropbear'
|
||||||
pkgname=dropbear
|
pkgname=dropbear
|
||||||
version=2015.67
|
version=2015.67
|
||||||
revision=1
|
revision=2
|
||||||
build_options="systemd"
|
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--sbindir=/usr/bin --enable-zlib"
|
configure_args="--enable-zlib"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
make_dirs="/etc/dropbear 0755 root root"
|
make_dirs="/etc/dropbear 0755 root root"
|
||||||
short_desc="Small SSH server and client"
|
short_desc="Small SSH server and client"
|
||||||
|
@ -15,9 +14,6 @@ distfiles="https://matt.ucc.asn.au/${pkgname}/releases/${pkgname}-${version}.tar
|
||||||
checksum=7e690594645dfde5787065c78a5d2e4d15e288babfa06e140197ce05f698c8e5
|
checksum=7e690594645dfde5787065c78a5d2e4d15e288babfa06e140197ce05f698c8e5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ "$build_option_systemd" ]; then
|
|
||||||
vinstall ${FILESDIR}/dropbear.service 644 usr/lib/systemd/system/
|
|
||||||
fi
|
|
||||||
vsv dropbear
|
vsv dropbear
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue