mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
ngircd: update to 23.
This commit is contained in:
parent
d207af727c
commit
f87f50fbd9
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template build file for 'ngircd'
|
# Template build file for 'ngircd'
|
||||||
pkgname=ngircd
|
pkgname=ngircd
|
||||||
version=22.1
|
version=23
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-configure
|
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"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel libressl-devel"
|
makedepends="zlib-devel libressl-devel"
|
||||||
conf_files="/etc/ngircd.conf"
|
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>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://ngircd.barton.de/pub/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="http://ngircd.barton.de/pub/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=cbe76d63fa919b2eaa87c5942f587f9fa95291e6fa4d7490d71bc94fa69b4956
|
checksum=d431bdbc07401b29696b2119963dde2322052a7d8924188947fa3870a138fb6a
|
||||||
|
|
||||||
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