commit
54d4602ce7
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'ngircd'
|
# Template build file for 'ngircd'
|
||||||
pkgname=ngircd
|
pkgname=ngircd
|
||||||
version=23
|
version=24
|
||||||
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"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -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="https://github.com/ngircd/ngircd/releases/download/rel-${version}/ngircd-${version}.tar.xz"
|
distfiles="https://github.com/ngircd/ngircd/releases/download/rel-${version}/ngircd-${version}.tar.xz"
|
||||||
checksum=d431bdbc07401b29696b2119963dde2322052a7d8924188947fa3870a138fb6a
|
checksum=173fa0ea10788a8ba08ef2f7e64ea8951d7c88862e744128c8b87bae424b1008
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h
|
echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://api.github.com/repos/ngircd/ngircd/tags"
|
||||||
|
pattern='"name"\s*:\s*"rel-\K[\d]+(?=")'
|
Loading…
Reference in New Issue