ngircd: update to 23.

This commit is contained in:
Juan RP 2015-11-18 07:22:38 +01:00
parent d207af727c
commit f87f50fbd9

View file

@ -1,9 +1,9 @@
# Template build file for 'ngircd'
pkgname=ngircd
version=22.1
revision=5
version=23
revision=1
build_style=gnu-configure
configure_args="--sbindir=/usr/bin --enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes"
configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes"
hostmakedepends="pkg-config"
makedepends="zlib-devel libressl-devel"
conf_files="/etc/ngircd.conf"
@ -12,7 +12,7 @@ short_desc="Free, portable and lightweight Internet Relay Chat server"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
distfiles="http://ngircd.barton.de/pub/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=cbe76d63fa919b2eaa87c5942f587f9fa95291e6fa4d7490d71bc94fa69b4956
checksum=d431bdbc07401b29696b2119963dde2322052a7d8924188947fa3870a138fb6a
post_configure() {
echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h