znc: update to 1.7.1.

This commit is contained in:
Duncaen 2018-07-18 16:23:38 +02:00
parent aadc536cfe
commit 8b8f1d1ce7
2 changed files with 12 additions and 6 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec chpst -u znc:znc znc -f 2>&1
exec chpst -u znc:znc znc -f -n 2>&1

View file

@ -1,18 +1,24 @@
# Template file for 'znc'
pkgname=znc
version=1.7.0
revision=2
version=1.7.1
revision=1
build_style=gnu-configure
configure_args="--enable-python --enable-perl --enable-tcl --enable-cyrus
configure_args="
--enable-python
--enable-perl
--enable-tcl
--enable-cyrus
--with-tcl=$XBPS_CROSS_BASE/usr/lib"
hostmakedepends="pkg-config perl"
makedepends="libressl-devel python3-devel tcl-devel libsasl-devel icu-devel zlib-devel perl"
makedepends="libressl-devel python3-devel tcl-devel libsasl-devel
icu-devel zlib-devel perl"
short_desc="An advanced IRC Bouncer"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="Apache-2.0"
#changelog="https://github.com/znc/znc/raw/master/ChangeLog.md"
homepage="http://znc.in/"
distfiles="http://znc.in/releases/$pkgname-$version.tar.gz"
checksum=c07e31439ac6b948a577bd61a9d5f61a6d191d387423779b937aa1404051b96f
checksum=44cfea7158ea05dc2547c7c6bc22371e66c869def90351de0ab90a9c200d39c4
system_accounts="znc"
znc_homedir="/var/lib/znc"