ngircd: remove systemd build option (#1736)
This commit is contained in:
parent
f056f95c31
commit
d6976eab1b
2 changed files with 1 additions and 15 deletions
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=Next Generation IRC Daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/ngircd -n
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -1,9 +1,8 @@
|
|||
# Template build file for 'ngircd'
|
||||
pkgname=ngircd
|
||||
version=22.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
build_options="systemd"
|
||||
configure_args="--sbindir=/usr/bin --enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel libressl-devel"
|
||||
|
@ -20,7 +19,4 @@ post_configure() {
|
|||
}
|
||||
post_install() {
|
||||
vsv ngircd
|
||||
if [ "$build_option_systemd" ]; then
|
||||
vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue