mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ngircd: update to 27.
This commit is contained in:
parent
099554e9b2
commit
638c388b34
1 changed files with 7 additions and 5 deletions
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'ngircd'
|
# Template file for 'ngircd'
|
||||||
pkgname=ngircd
|
pkgname=ngircd
|
||||||
version=26
|
version=27
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes"
|
configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes --with-pam --with-iconv"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel openssl-devel"
|
makedepends="zlib-devel openssl-devel pam-devel libticonv-devel"
|
||||||
|
checkdepends="procps-ng expect inetutils-telnet"
|
||||||
conf_files="/etc/ngircd.conf"
|
conf_files="/etc/ngircd.conf"
|
||||||
short_desc="Free, portable and lightweight Internet Relay Chat server"
|
short_desc="Free, portable and lightweight Internet Relay Chat server"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://ngircd.barton.de/"
|
homepage="http://ngircd.barton.de/"
|
||||||
distfiles="https://ngircd.barton.de/pub/ngircd/ngircd-${version}.tar.xz"
|
distfiles="https://ngircd.barton.de/pub/ngircd/ngircd-${version}.tar.xz"
|
||||||
checksum=56dcc6483058699fcdd8e54f5010eecee09824b93bad7ed5f18818e550d855c6
|
checksum=6897880319dd5e2e73c1c9019613509f88eb5b8daa5821a36fbca3d785c247b8
|
||||||
|
make_check="ci-skip" # Stopping the integration test servers fails in CI
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h
|
echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue